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-04-14 13:27:38 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-04-14 13:27:38 -0700 |
commit | 44feb23b193a86b05383e31e3f267995119f8fde (patch) | |
tree | b07af09562ae849d263853d7d8a06bd6b3cfbda3 /public/map.css | |
parent | 0aef8a6401230976e567bfd9b0bef56a51d88d34 (diff) |
Turn off the image maps
Diffstat (limited to 'public/map.css')
-rw-r--r-- | public/map.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/public/map.css b/public/map.css index ec5983b..04442ab 100644 --- a/public/map.css +++ b/public/map.css @@ -13,8 +13,10 @@ text { use[href="#hex"] { opacity: 1; fill: transparent; - fill-opacity: 0.2; + fill-opacity: 0.5; stroke-width: 0.5px; + stroke: darkgray; + /* stroke-opacity: 0.2; */ } use[href="#hex"]:hover, use[href="#hex"].hover @@ -214,9 +216,9 @@ g[data-y]:nth-child(even) { } [data-x]:hover use[href="#hex"] { - --scale: 0.97; + --scale: 0.95; fill: orange; - stroke: orangered; + stroke: black; } [data-x]:hover use[href*="#t-"] { |