summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-12-05 20:55:49 +0100
committerTor Andersson <tor@ccxvii.net>2024-12-05 23:20:14 +0100
commit7a6bdfefcca400e40a7a1067bed52e983a17be65 (patch)
tree1777096dd6b798aa178cadd4305a77e3857e86aa /play.css
parent67d0bc93091c45dde6237cf19fc98d248e8f5638 (diff)
downloadrommel-in-the-desert-7a6bdfefcca400e40a7a1067bed52e983a17be65.tar.gz
Cycle supply line overlay between axis/allied/both/none.
Also update colors.
Diffstat (limited to 'play.css')
-rw-r--r--play.css28
1 files changed, 2 insertions, 26 deletions
diff --git a/play.css b/play.css
index b6b6c52..80bb750 100644
--- a/play.css
+++ b/play.css
@@ -360,32 +360,8 @@ svg #lines line {
stroke-linecap: round;
}
-svg .hex.axis_supply {
- fill: forestgreen;
- fill-opacity: 0.4;
-}
-
-svg .hex.allied_supply {
- fill: firebrick;
- fill-opacity: 0.4;
-}
-
-svg .hex.axis_supply.allied_supply {
- fill: blue;
- fill-opacity: 0.4;
-}
-
-svg #lines line.axis_supply {
- stroke: darkgreen;
-}
-
-svg #lines line.allied_supply {
- stroke: darkred;
-}
-
-svg #lines line.axis_supply.allied_supply {
- stroke: navy;
-}
+svg .hex.axis_supply { fill-opacity: 0.4; }
+svg .hex.allied_supply { fill-opacity: 0.4; }
/* UNITS */