diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-08-06 23:27:49 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-17 13:11:26 +0100 |
commit | 58261c1208e16b4a85c298094603e3183999d444 (patch) | |
tree | ffd72a11491dc5443d8c1b78892c42760d39d63d /play.html | |
parent | b57602113bf61be7dea9ff66b84cd5a58a227b65 (diff) | |
download | rommel-in-the-desert-58261c1208e16b4a85c298094603e3183999d444.tar.gz |
Optimize retreat workflow.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -369,7 +369,7 @@ svg .hex.allied_supply { } svg .side.axis_supply { - stroke: darkslategray; + stroke: darkslategray !important; stroke-width: 122px; stroke-width: 121.5px; stroke-width: 72px; @@ -380,7 +380,7 @@ svg .side.axis_supply { } svg .side.allied_supply { - stroke: darkred; + stroke: darkred !important; stroke-width: 122px; stroke-width: 121.5px; stroke-width: 72px; |