diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-11-16 13:55:28 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-11-16 13:55:28 +0100 |
commit | e0e56f84ca15014a88a0e391f7ec328e5b489c0e (patch) | |
tree | e1793c778087e0f42acaf00356ffa4116e254b21 /play.css | |
parent | 599938cdb2dcfd63c6d98336f45293e231d4b423 (diff) | |
download | waterloo-campaign-1815-e0e56f84ca15014a88a0e391f7ec328e5b489c0e.tar.gz |
Show overlapping HQ ranges in purple.
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -128,6 +128,7 @@ main { #hexes[data-show="1"] .hex.p1hq { background-color: #05a4 } #hexes[data-show="1"] .hex.p2hq { background-color: #b324 } +#hexes[data-show="1"] .hex.p1hq.p2hq { background-color: #6074 } #hexes[data-show="2"] .hex.p1zoi { background-color: #05a4 } #hexes[data-show="2"] .hex.p1zoc { background-color: #05a8 } |