From 084fd073d873ae6d4ac4a8947cf232d575dc0c9c Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 6 Aug 2022 16:52:18 +0200 Subject: End fire button. --- play.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'play.html') diff --git a/play.html b/play.html index 8866d36..fc55ec3 100644 --- a/play.html +++ b/play.html @@ -349,6 +349,11 @@ svg .side.allied_control { stroke-dashoffset: -8; } +body.Allied svg .side.axis_control { stroke: black; } +body.Allied svg .side.allied_control { stroke: none; } +body.Axis svg .side.axis_control { stroke: none; } +body.Axis svg .side.allied_control { stroke: black; } + /* SUPPLY LINES */ svg .hex.axis_supply { @@ -627,6 +632,7 @@ svg .side.allied_supply.axis_supply { +
-- cgit v1.2.3