diff options
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 { |