summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-11-16 13:55:28 +0100
committerTor Andersson <tor@ccxvii.net>2023-11-16 13:55:28 +0100
commite0e56f84ca15014a88a0e391f7ec328e5b489c0e (patch)
treee1793c778087e0f42acaf00356ffa4116e254b21
parent599938cdb2dcfd63c6d98336f45293e231d4b423 (diff)
downloadwaterloo-campaign-1815-e0e56f84ca15014a88a0e391f7ec328e5b489c0e.tar.gz
Show overlapping HQ ranges in purple.
-rw-r--r--play.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/play.css b/play.css
index 04fea9c..5cbbfa8 100644
--- a/play.css
+++ b/play.css
@@ -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 }