index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-29 18:02:18 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-29 18:02:18 -0700 |
commit | 187faec2dfb7959c536d6847a61be912cff9275e (patch) | |
tree | 2875104e6f5c33912dd6cfffb0c36d2982d702ad /public/assets/css/style.css | |
parent | fdf9e0145ee14d4db7004c56d0e5b15cb3461e2d (diff) |
Try to simplify trooper counter
Diffstat (limited to 'public/assets/css/style.css')
-rw-r--r-- | public/assets/css/style.css | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/public/assets/css/style.css b/public/assets/css/style.css index cde2c33..582e118 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -181,11 +181,18 @@ polygon.firing-arc[data-allegiance="attacker"] { fill: blue; } -.weapon-icon { +.soldier-record svg use { + r: 5px; + stroke: none; +} + + +.soldier-record svg.weapon-icon use { stroke: white; stroke-width: 0.5px; } + .soldier-record svg { width: 20px; height: 20px; @@ -210,12 +217,6 @@ polygon.firing-arc[data-allegiance="attacker"] { font-family: monospace; } -.weapon-symbol :not(use[href="#counter-base"]) { - stroke: white; - stroke-width: 0.5; - fill: none; -} - .soldier-record.selected { background-color: khaki; } |