diff options
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 20 |
1 files changed, 12 insertions, 8 deletions
@@ -301,24 +301,28 @@ svg .hex.refit.action { stroke: lightskyblue; } -svg .hex.to { - stroke: blue; - stroke-dasharray: 4 4; -} - svg .hex.action { stroke: ivory; stroke-dasharray: 2 2; stroke-dashoffset: 1; } +svg .hex.action.forced_march { + stroke: crimson; +} + svg .hex.from { stroke: yellow; - stroke-dasharray: 8 4; + stroke-dasharray: none; } -svg .hex.action.forced_march { - stroke: crimson; +svg .hex.to { + stroke: yellow; + stroke-dasharray: 4 4; +} + +svg .hex.to.from { + stroke-dasharray: 8 4; } svg .hex.selected { |