diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-12-05 20:55:49 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-12-05 23:20:14 +0100 |
commit | 7a6bdfefcca400e40a7a1067bed52e983a17be65 (patch) | |
tree | 1777096dd6b798aa178cadd4305a77e3857e86aa /play.css | |
parent | 67d0bc93091c45dde6237cf19fc98d248e8f5638 (diff) | |
download | rommel-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.css | 28 |
1 files changed, 2 insertions, 26 deletions
@@ -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 */ |