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-24 15:59:17 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-24 15:59:17 -0700 |
commit | a80728f16f90616d93dcc9ed932528b35e2ef62d (patch) | |
tree | 3155abf47790f01c8fe87e374f30926cdd763b16 /public/assets/css/style.css | |
parent | d729079cdf63a4382e3e3225295784124e0a4d5d (diff) |
WIP: mock selenium response
Diffstat (limited to 'public/assets/css/style.css')
-rw-r--r-- | public/assets/css/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/assets/css/style.css b/public/assets/css/style.css index f3b1736..cde2c33 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -181,6 +181,11 @@ polygon.firing-arc[data-allegiance="attacker"] { fill: blue; } +.weapon-icon { + stroke: white; + stroke-width: 0.5px; +} + .soldier-record svg { width: 20px; height: 20px; |