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/map.css')
-rw-r--r-- | public/assets/css/map.css | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/public/assets/css/map.css b/public/assets/css/map.css index 22431da..4af73cf 100644 --- a/public/assets/css/map.css +++ b/public/assets/css/map.css @@ -400,24 +400,19 @@ g[data-y="76"] { --i: 76; } transform: scale(0.9); } -#buildings { - /* display: none; */ -} - .building, #terrain { opacity: 1; } .building .floor { fill: white; - /* fill: none; */ } .building path { fill: none; } -.building .furniture { +.furniture { fill: violet; } |