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-07-01 16:30:15 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-07-01 16:30:15 -0700 |
commit | ce6cd0be50975f565e52454cfb37e142eac51fc9 (patch) | |
tree | 1085acaf1b29ca82a3865c8727e57dac885ddc67 /public/assets/css/map.css | |
parent | e199c0d75a18b08e8c97247b384dd66a304eb97e (diff) |
WIP: split hexes and building structure into different layers
Diffstat (limited to 'public/assets/css/map.css')
-rw-r--r-- | public/assets/css/map.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/css/map.css b/public/assets/css/map.css index 535e5b4..4c3c9a2 100644 --- a/public/assets/css/map.css +++ b/public/assets/css/map.css @@ -15,7 +15,7 @@ text { } use[href="#hex"] { - opacity: 0.25; + opacity: 0; fill: transparent; fill-opacity: 0.5; stroke-width: 0.5px; |