summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
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 {