summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
Diffstat (limited to 'play.css')
-rw-r--r--play.css15
1 files changed, 11 insertions, 4 deletions
diff --git a/play.css b/play.css
index 4e8129a..f5a4a4a 100644
--- a/play.css
+++ b/play.css
@@ -1,9 +1,16 @@
main { background-color: #777; }
-#role_DS { background-color: silver }
-#role_BK { background-color: turquoise }
-#role_VK { background-color: gold }
-#role_Solo { background-image: linear-gradient(120deg, gray, turquoise, gold) }
+#role_DS { background-color: #89a }
+#role_BK { background-color: #30b58b }
+#role_VE { background-color: #ffbf32 }
+
+header.your_turn.ds { background-color: #89a }
+header.your_turn.bk { background-color: #30b58b }
+header.your_turn.ve { background-color: #ffbf32 }
+
+#role_Solo {
+ background-image: linear-gradient(120deg, #89a, #30b58b, #ffbf32)
+}
.role.active span { text-decoration: underline; }