From a6f3e2f0e04b563815db79f4d1c4f1d3ce81f423 Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Fri, 17 May 2024 16:23:20 -0700
Subject: Make map dot pattern
---
public/assets/css/map.css | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
(limited to 'public/assets/css')
diff --git a/public/assets/css/map.css b/public/assets/css/map.css
index 067f5c3..6c10e2e 100644
--- a/public/assets/css/map.css
+++ b/public/assets/css/map.css
@@ -44,7 +44,7 @@ polyline.move-trace {
}
#background {
- fill: #bacae3;
+ /* fill: #bacae3; */
}
#map2 {
@@ -400,8 +400,12 @@ g[data-y="76"] { --i: 76; }
transform: scale(0.9);
}
+#buildings {
+ /* display: none; */
+}
+
.building, #terrain {
- opacity: 1;
+ /* opacity: 0.5; */
}
.building .floor {
--
cgit v1.2.3