summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
Diffstat (limited to 'play.css')
-rw-r--r--play.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/play.css b/play.css
index e6017c6..8d8899f 100644
--- a/play.css
+++ b/play.css
@@ -2,6 +2,23 @@ main {
background-color: slategray;
}
+.x_britain { background-color: hsl(15, 88%, 66%) }
+.x_america { background-color: hsl(211, 52%, 64%) }
+
+body.Britain header.your_turn { background-color: hsl(15, 90%, 75%) }
+body.America header.your_turn { background-color: hsl(211, 50%, 75%) }
+
+#role_Britain { background-color: hsl(15, 90%, 80%) }
+#role_America { background-color: hsl(211, 50%, 80%) }
+
+#log { background-color: hsl(35, 53%, 89%); }
+#turn_info { background-color: hsl(35, 25%, 50%); }
+
+#log .h { border-top: 1px solid black; border-bottom: 1px solid black; text-align: center; }
+#log .h.turn { background-color: hsl(35, 45%, 70%); }
+#log .h.britain { background-color: hsl(15, 90%, 80%) }
+#log .h.america { background-color: hsl(211, 50%, 80%) }
+
#tooltip {
display: none;
pointer-events: none;
@@ -177,6 +194,7 @@ main {
height: 350px;
border-radius: 16px;
background-size: 100%;
+ background-color: hsl(35, 53%, 89%);
border: 1px solid black;
box-shadow: 1px 1px 4px #0008;
}