diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-09-03 16:20:44 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-17 13:11:27 +0100 |
commit | 4b1373063559ec4794506d0e0cd623da64b25fa3 (patch) | |
tree | 1a26b2a37504ae4eca6815169414006c350857f2 /play.html | |
parent | 3ee705d44d5862aeb950c572a51c7004a3259ad8 (diff) | |
download | rommel-in-the-desert-4b1373063559ec4794506d0e0cd623da64b25fa3.tar.gz |
move highlights?
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 { |