Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCatalin Mititiuc <Catalin.Mititiuc@gmail.com>2024-04-05 16:19:30 -0700
committerCatalin Mititiuc <Catalin.Mititiuc@gmail.com>2024-04-05 16:19:30 -0700
commite8f0dde6da3deb07b507cd34663b815754a98da1 (patch)
treeff249381bb87b22fc2304e4a786b67a6c2f9ca08 /style.css
parent83ba223e0175b3a62a25a67ed26c2a8b8bc291a8 (diff)
Select soldier by clicking on their counter; allow locking on another counter vs the hex
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
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"] {