diff options
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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; } |