diff options
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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; |