Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCatalin Mititiuc <webdevcat@proton.me>2024-05-17 16:23:20 -0700
committerCatalin Mititiuc <webdevcat@proton.me>2024-05-17 16:23:20 -0700
commita6f3e2f0e04b563815db79f4d1c4f1d3ce81f423 (patch)
treef010c1743e24daf275842dea8fec528c8095ec26 /public/assets/css
parentb89222872ad3edecd31325952aa6904c4da1d5f0 (diff)
Make map dot pattern
Diffstat (limited to 'public/assets/css')
-rw-r--r--public/assets/css/map.css8
1 files changed, 6 insertions, 2 deletions
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 {