From b6b5a40502751ecf66bc3ac00890634df0504ecc Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 22 Jul 2022 15:40:10 +0200 Subject: refuse battle pursuit fire --- play.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'play.html') diff --git a/play.html b/play.html index 018b12e..07994fa 100644 --- a/play.html +++ b/play.html @@ -26,7 +26,9 @@ header.your_turn { background-color: orange; } #log { background-color: ghostwhite; } #log .h1 { background-color: silver; font-weight: bold; padding-top:2px; padding-bottom:2px; text-align: center; } #log .h2 { background-color: gainsboro; padding-top:2px; padding-bottom:2px; text-align: center; } -#log .h3 { background-color: whitesmoke; padding-top:2px; padding-bottom:2px; text-align: center; } +#log .h3 { background-color: lavender; padding-top:2px; padding-bottom:2px; text-align: center; } +#log > .i { padding-left: 20px; } +#log > div > .i { padding-left: 12px; } .role_info { padding: 15px; } @@ -295,6 +297,11 @@ svg .hex.allied_control { fill-opacity: 0.2; } +svg .hex.tip { + fill: black; + fill-opacity: 0.6; +} + #map .unit { position: absolute; } -- cgit v1.2.3