summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
Diffstat (limited to 'play.css')
-rw-r--r--play.css12
1 files changed, 4 insertions, 8 deletions
diff --git a/play.css b/play.css
index 4ac26a8..aaf7621 100644
--- a/play.css
+++ b/play.css
@@ -2,10 +2,6 @@ body { background-color: dimgray; }
#roles { background-color: gray; }
header { background-color: silver; }
header.your_turn { background-color: orange; }
-#role_Red .role_name { background-color: salmon; }
-#role_Blue .role_name { background-color: skyblue; }
-#role_Yellow .role_name { background-color: khaki; }
-#role_Green .role_name { background-color: darkseagreen; }
#turn_info { background-color: gainsboro; }
.role_vp { float: right; }
@@ -21,10 +17,10 @@ body.Observer #hand_panel, body.Observer #draw_panel, body.Observer #discard_pan
display: none;
}
-#role_Red .role_name { background-color: hsl(354,85%,67%) }
-#role_Blue .role_name { background-color: hsl(207,67%,78%) }
-#role_Yellow .role_name { background-color: hsl(47,100%,73%) }
-#role_Green .role_name { background-color: hsl(99,36%,60%) }
+#role_Red { background-color: hsl(354,85%,67%) }
+#role_Blue { background-color: hsl(207,67%,78%) }
+#role_Yellow { background-color: hsl(47,100%,73%) }
+#role_Green { background-color: hsl(99,36%,60%) }
body.Red .your_turn { background-color: hsl(354,85%,72%) }
body.Blue .your_turn { background-color: hsl(207,67%,83%) }