From e33f5f76d929d67c1fb2437dced7ea4ed3bd5582 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Sat, 5 Oct 2024 14:28:00 +0100 Subject: Added Samizdat card to view --- play.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'play.css') diff --git a/play.css b/play.css index fde9cfd..373904d 100644 --- a/play.css +++ b/play.css @@ -16,7 +16,7 @@ header.your_turn { background-color: orange; } font-size: 16px; line-height: 1.5; } -#deck_stat {padding-left: 5px;} +#deck_stat {padding-left: 5px; padding-bottom: 5px;} #log { background-color: whitesmoke; } #log .h1 { font-weight: bold; padding-top:2px; padding-bottom:2px; text-align: center; } @@ -27,8 +27,8 @@ header.your_turn { background-color: orange; } #log .h2 { background-color: hsl(0,0%,80%);} #log .h1 { background-color: hsl(0,0%,80%); } -#log .h2.dem { background-color: hsl(200,90%,50%); } -#log .h2.com { background-color: hsl(360, 80%, 75%); } +#log .h2.dem { background-color: hsl(200, 80%, 80%); } +#log .h2.com { background-color: hsl(0, 80%, 80%); } #log .h3.democrat { background-color: hsl(210,30%,90%); } #log .h3.h2.communist { background-color: hsl(35,40%,90%); } -- cgit v1.2.3