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 | |
parent | d729079cdf63a4382e3e3225295784124e0a4d5d (diff) |
WIP: mock selenium response
Diffstat (limited to 'public/assets/css')
-rw-r--r-- | public/assets/css/map.css | 4 | ||||
-rw-r--r-- | public/assets/css/style.css | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/public/assets/css/map.css b/public/assets/css/map.css index ed2b7ce..8f45936 100644 --- a/public/assets/css/map.css +++ b/public/assets/css/map.css @@ -395,6 +395,7 @@ g[data-y="76"] { --i: 76; } .floor { fill: white; + /* fill: inherit; */ } .building path { @@ -416,9 +417,6 @@ g[data-y="76"] { --i: 76; } .building .windows, .building .door-edges { stroke-width: 2.5px; -} - -.building .windows, .building .door-edges { stroke: orange; } 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; |