From c4047b56d7b75d8b7ba8b884d8ec6b2660036e12 Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Tue, 2 Jul 2024 20:57:41 -0700
Subject: Render roofs below current elevation level in different color
---
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 7eb87f8..24b6e31 100644
--- a/public/assets/css/map.css
+++ b/public/assets/css/map.css
@@ -393,7 +393,7 @@ g[data-y="76"] { --i: 76; }
}
.floor {
- fill: white;
+ /* fill: white; */
/* fill: inherit; */
}
--
cgit v1.2.3