index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -154,7 +154,8 @@ use[href="#point"].active { } polyline.move-trace { - stroke: lightcoral; + stroke: gray; + stroke-dasharray: 2; fill: none; } @@ -227,6 +228,10 @@ g.troop-counter text { stroke: none; } +g#counters { + pointer-events: none; +} + g#counters use[data-troop-allegiance="davion"] { fill: red; } |