From 736097bab6ce3d9b59f791b8dad0d7cd98c9d584 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 27 Jul 2022 19:12:49 +0200 Subject: Forced march. --- play.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'play.html') 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; -- cgit v1.2.3