From f7ea8affb4e97e210cbea6d30a23b362288bd12f Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 10 Dec 2023 19:23:24 +0100 Subject: New player list. --- play.html | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) (limited to 'play.html') diff --git a/play.html b/play.html index ecd3800..3efa3e0 100644 --- a/play.html +++ b/play.html @@ -22,11 +22,10 @@ main { box-shadow: inset 0 0 8px #0008; } -#role_Red .role_name { background-color: hsl(359,100%,75%); } -#role_Blue .role_name { background-color: hsl(220,100%,80%); } +#role_Red { background-color: hsl(359,100%,75%); } +#role_Blue { background-color: hsl(220,100%,80%); } body.Observer #hand { display: none } -.role_hand_size { float: right } .checked::before { content: "\2714 " } .unchecked::before { content: "\2714 "; color: transparent; } @@ -250,18 +249,14 @@ body.Observer #hand { display: none }