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-28 10:58:55 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-06-28 10:58:55 -0700 |
commit | f270c13fb32666b3fe0c3579f5366dacc8ed1e2f (patch) | |
tree | 5104443f7efa61c6c187df9c45171bfc2501bacc /public | |
parent | 578b42fbcfa15661bbaa36f99e7513cffbd20780 (diff) |
Remove temporary style
Diffstat (limited to 'public')
-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 af1028e..535e5b4 100644 --- a/public/assets/css/map.css +++ b/public/assets/css/map.css @@ -16,7 +16,7 @@ text { use[href="#hex"] { opacity: 0.25; - fill: purple; + fill: transparent; fill-opacity: 0.5; stroke-width: 0.5px; stroke: black; |