From 5adb613910558ecd9c78f27016d5074268453777 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Sat, 5 Oct 2024 12:29:55 +0100 Subject: Visual updates to deck length --- play.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'play.css') diff --git a/play.css b/play.css index 5c8c051..fde9cfd 100644 --- a/play.css +++ b/play.css @@ -1,8 +1,8 @@ main { background-color: dimgray; } header { background-color: silver; } header.your_turn { background-color: orange; } -#role_Dem { background-color: hsl(210,30%,80%); } -#role_Com { background-color: hsl(35,40%,80%); } +#role_Democrat { background-color: hsl(200, 80%, 80%); } +#role_Communist { background-color: hsl(0, 80%, 80%); } #turn_info { background-color: white; } /*.aside_events { font-family: "Source Sans"; @@ -10,6 +10,13 @@ header.your_turn { background-color: orange; } font-size: 16px; line-height: 1.5; }*/ +#deck_data { + font-family: "Source Sans"; + font-style: normal; + font-size: 16px; + line-height: 1.5; +} +#deck_stat {padding-left: 5px;} #log { background-color: whitesmoke; } #log .h1 { font-weight: bold; padding-top:2px; padding-bottom:2px; text-align: center; } -- cgit v1.2.3