From e8f0dde6da3deb07b507cd34663b815754a98da1 Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Fri, 5 Apr 2024 16:19:30 -0700
Subject: Select soldier by clicking on their counter; allow locking on another
counter vs the hex
---
style.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'style.css')
diff --git a/style.css b/style.css
index 438ad62..4a06a9c 100644
--- a/style.css
+++ b/style.css
@@ -238,12 +238,12 @@ g#points g.hover use[href="#point"] {
}
g#points g.hover use.counter {
- stroke-width: 2px;
r: 7px;
}
g#points g.hover use.counter:not(.clone) {
stroke: orange;
+ stroke-width: 2px;
}
g#points use.counter[data-troop-allegiance="davion"] {
--
cgit v1.2.3