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-06-27 15:03:35 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-06-27 15:03:35 -0700 |
commit | 016ad2e8f6eb4ed750c61cd17898d4a5393929e3 (patch) | |
tree | 52d3443b4c2fdb55771eeeb91429b460df2508c9 /public/assets/css/map.css | |
parent | 4986357f348a687ee90537d5ed9177e6822ace27 (diff) |
Fix elevation view styles
Diffstat (limited to 'public/assets/css/map.css')
-rw-r--r-- | public/assets/css/map.css | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/public/assets/css/map.css b/public/assets/css/map.css index 207c8e6..c1f0141 100644 --- a/public/assets/css/map.css +++ b/public/assets/css/map.css @@ -15,7 +15,7 @@ text { } use[href="#hex"] { - opacity: 0.5; + opacity: 0; fill: transparent; fill-opacity: 0.5; stroke-width: 0.5px; @@ -392,11 +392,7 @@ g[data-y="76"] { --i: 76; } /* fill: inherit; */ } -.building path { - fill: none; -} - -.furniture { +.furniture, .stairs { fill: rgb(104, 185, 181); } |