summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-07-31 00:37:36 +0200
committerTor Andersson <tor@ccxvii.net>2022-11-17 13:11:26 +0100
commit275619e37b593e182ec03e0867157906613273aa (patch)
treed75e68ba49137adf6fb0fae506275f919e410058 /play.html
parent3dec7b3400c1e75027881a65620c5c908365a36c (diff)
downloadrommel-in-the-desert-275619e37b593e182ec03e0867157906613273aa.tar.gz
Multi-select setup.
Diffstat (limited to 'play.html')
-rw-r--r--play.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/play.html b/play.html
index fd7f607..d7ef71d 100644
--- a/play.html
+++ b/play.html
@@ -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 {