From 275619e37b593e182ec03e0867157906613273aa Mon Sep 17 00:00:00 2001
From: Tor Andersson <tor@ccxvii.net>
Date: Sun, 31 Jul 2022 00:37:36 +0200
Subject: Multi-select setup.

---
 play.html | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

(limited to 'play.html')

diff --git a/play.html b/play.html
index fd7f607..d7ef71d 100644
--- a/play.html
+++ b/play.html
@@ -299,12 +299,12 @@ svg .fortress.axis {
 }
 
 svg .hex.action {
-	stroke: white;
+	stroke: whitesmoke;
 	stroke-width: 2;
 }
 
 svg .hex.action.forced_march {
-	stroke: red;
+	stroke: salmon;
 	stroke-width: 2;
 }
 
@@ -314,9 +314,7 @@ svg .hex.exit {
 }
 
 svg .hex.refit.action {
-	visibility: hidden;
 	stroke: lightskyblue;
-	stroke-width: 2;
 }
 
 svg .hex.from {
-- 
cgit v1.2.3