diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-07-27 20:20:34 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-17 13:11:26 +0100 |
commit | f59f10ce7f21510a3a9f45b15ad38ef5af1fb782 (patch) | |
tree | a5b821b47945d3a685ab4975b4f6c8cea28985d7 /play.html | |
parent | dd5314b7a0c4fced7909f90a3b5d6a7aa30db215 (diff) | |
download | rommel-in-the-desert-f59f10ce7f21510a3a9f45b15ad38ef5af1fb782.tar.gz |
Forced march checks.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -221,7 +221,7 @@ svg .side { svg .side.axis_control { stroke: green; - stroke-width: 8px; + stroke-width: 4px; stroke-opacity: 0.8; stroke-dasharray: 54 100; stroke-dashoffset: -8; @@ -229,7 +229,7 @@ svg .side.axis_control { svg .side.allied_control { stroke: brown; - stroke-width: 8px; + stroke-width: 4px; stroke-opacity: 0.8; stroke-dasharray: 54 100; stroke-dashoffset: -8; |