Draft Dice chess
[xogo.git] / variants / Dice / style.css
diff --git a/variants/Dice/style.css b/variants/Dice/style.css
new file mode 100644 (file)
index 0000000..5881bc3
--- /dev/null
@@ -0,0 +1,12 @@
+@import url("/base_pieces.css");
+
+div.piece-text {
+  position: relative;
+  margin-top: 15px;
+  width: 100%;
+  text-align: center;
+  background-color: transparent;
+  color: darkred;
+  font-weight: bold;
+  font-size: 2em;
+}