summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
Diffstat (limited to 'play.css')
-rw-r--r--play.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/play.css b/play.css
index c915ed1..93df297 100644
--- a/play.css
+++ b/play.css
@@ -51,6 +51,16 @@ body {
border: 1px solid #0008;
}
+.pc_pile {
+ position: absolute;
+ top: 325px;
+}
+
+#display_prussia { left: 42px; }
+#display_france { left: 246px; }
+#display_pragmatic { left: 449px; }
+#display_austria { left: 653px; }
+
header { background-color: hsl(44, 35%, 80%); color: #000c; }
header.your_turn { color: black; }
header.your_turn.france { background-color: var(--color-light-france); }