diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-07-27 19:12:49 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-17 13:11:26 +0100 |
commit | 736097bab6ce3d9b59f791b8dad0d7cd98c9d584 (patch) | |
tree | 21726d000750bd818b80ddbf4b385fa9ba2418ac /play.html | |
parent | 330d6dfb5382f4b3b338d88b8a08d4f776f5ee36 (diff) | |
download | rommel-in-the-desert-736097bab6ce3d9b59f791b8dad0d7cd98c9d584.tar.gz |
Forced march.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -154,7 +154,7 @@ header.your_turn { background-color: orange; } /* TABLES */ -table { border-collapse: collapse; font-size: 12px; } +table { border-collapse: collapse; font-size: 12px; user-select: none; } td.blank { background-color: transparent; border: none } td,th { border: 1px solid black; text-align: center; padding: 2px 4px; } td { background-color: white; min-width: 20px; } @@ -262,6 +262,11 @@ svg .hex.action { stroke-width: 2; } +svg .hex.action.forced_march { + stroke: red; + stroke-width: 2; +} + svg .hex.from { fill: gold; fill-opacity: 0.2; |