Reorganize folders (untested Baroque). Draft Go
[xogo.git] / variants / Go / style.css
diff --git a/variants/Go/style.css b/variants/Go/style.css
new file mode 100644 (file)
index 0000000..233a3a5
--- /dev/null
@@ -0,0 +1,10 @@
+.chessboard_SVG {
+  background-color: #BA8C63;
+}
+
+piece.white.stone {
+  background-image: url('/variants/Go/pieces/black_stone.svg');
+}
+piece.black.stone {
+  background-image: url('/variants/Go/pieces/white_stone.svg');
+}