diff options
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -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%) } |