summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-07-27 19:12:49 +0200
committerTor Andersson <tor@ccxvii.net>2022-11-17 13:11:26 +0100
commit736097bab6ce3d9b59f791b8dad0d7cd98c9d584 (patch)
tree21726d000750bd818b80ddbf4b385fa9ba2418ac /play.html
parent330d6dfb5382f4b3b338d88b8a08d4f776f5ee36 (diff)
downloadrommel-in-the-desert-736097bab6ce3d9b59f791b8dad0d7cd98c9d584.tar.gz
Forced march.
Diffstat (limited to 'play.html')
-rw-r--r--play.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/play.html b/play.html
index c22f700..58532b8 100644
--- a/play.html
+++ b/play.html
@@ -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;