diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-07-31 00:37:36 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-17 13:11:26 +0100 |
commit | 275619e37b593e182ec03e0867157906613273aa (patch) | |
tree | d75e68ba49137adf6fb0fae506275f919e410058 /play.html | |
parent | 3dec7b3400c1e75027881a65620c5c908365a36c (diff) | |
download | rommel-in-the-desert-275619e37b593e182ec03e0867157906613273aa.tar.gz |
Multi-select setup.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -299,12 +299,12 @@ svg .fortress.axis { } svg .hex.action { - stroke: white; + stroke: whitesmoke; stroke-width: 2; } svg .hex.action.forced_march { - stroke: red; + stroke: salmon; stroke-width: 2; } @@ -314,9 +314,7 @@ svg .hex.exit { } svg .hex.refit.action { - visibility: hidden; stroke: lightskyblue; - stroke-width: 2; } svg .hex.from { |