index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
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; |