index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <Catalin.Mititiuc@gmail.com> | 2024-04-05 16:19:30 -0700 |
---|---|---|
committer | Catalin Mititiuc <Catalin.Mititiuc@gmail.com> | 2024-04-05 16:19:30 -0700 |
commit | e8f0dde6da3deb07b507cd34663b815754a98da1 (patch) | |
tree | ff249381bb87b22fc2304e4a786b67a6c2f9ca08 /style.css | |
parent | 83ba223e0175b3a62a25a67ed26c2a8b8bc291a8 (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.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] { |