Add Atari-Go
[xogo.git] / variants / Atarigo / style.css
diff --git a/variants/Atarigo/style.css b/variants/Atarigo/style.css
new file mode 100644 (file)
index 0000000..6ce83d8
--- /dev/null
@@ -0,0 +1,11 @@
+.chessboard_SVG {
+  background-color: #BA8C63;
+}
+
+piece.white.stone {
+  background-image: url('/pieces/Atarigo/black_stone.svg');
+}
+
+piece.black.stone {
+  background-image: url('/pieces/Atarigo/white_stone.svg');
+}