From ce6cd0be50975f565e52454cfb37e142eac51fc9 Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Mon, 1 Jul 2024 16:30:15 -0700
Subject: WIP: split hexes and building structure into different layers
---
public/assets/css/map.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'public/assets/css/map.css')
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;
--
cgit v1.2.3