diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-12-10 19:43:59 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-12-10 19:43:59 +0100 |
commit | d9a7e1e6415a8af10628230335369610cec98f44 (patch) | |
tree | b0d67e4f61aa6cb7591386402d0c15eea27204fa /play.css | |
parent | e6aad79484ee1070c179d3eba46034d726d9edd1 (diff) | |
download | time-of-crisis-d9a7e1e6415a8af10628230335369610cec98f44.tar.gz |
New player list.
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%) } |