From b6d6cd49d0e77338c1a71640476ef17dfb89bfe9 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 24 Sep 2023 12:18:46 +0200 Subject: Log appearance. Blown results - click on piece. --- play.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'play.css') diff --git a/play.css b/play.css index 3c12a25..0911417 100644 --- a/play.css +++ b/play.css @@ -1,8 +1,9 @@ header { background-color: hsl(39, 25%, 75%); } #replay_panel { background-color: hsl(39, 25%, 75%);; } -#log { background-color: hsl(51, 63%, 92%); } -#log .h1 { background-color: hsl(48, 26%, 65%); } -#log .h2 { background-color: hsl(39, 25%, 75%); } +#log { background-color: hsl(50, 50%, 92%); } +#log .h1 { background-color: hsl(50, 25%, 65%); } +#log .h2 { background-color: hsl(50, 25%, 75%); } +#log .h3 { background-color: hsl(50, 40%, 85%); } body.French header.your_turn { background-color: hsl(195, 72%, 75%); } #role_French .role_name { background-color: hsl(195, 72%, 80%); } @@ -12,7 +13,8 @@ body.Coalition header.your_turn { background-color: white; } #log { padding-top: 0 } #log .h1 { font-weight: bold; padding-top:2px; padding-bottom:2px; } #log .h2 { padding-top:1px; padding-bottom:1px; } -#log .h1, .h2 { +#log .h3 { padding-top:1px; padding-bottom:1px; } +#log .h1, .h2, .h3 { margin: 9px 0; text-align: center; border-bottom: 1px solid #444; -- cgit v1.2.3