From ff7e88457c72f9cca9d2fdd965d8a4fd0e3de48a Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Sun, 19 May 2024 12:17:27 -0700
Subject: Change furniture and tree/bush colors
---
public/assets/css/map.css | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
(limited to 'public')
diff --git a/public/assets/css/map.css b/public/assets/css/map.css
index 6e48f59..ed2b7ce 100644
--- a/public/assets/css/map.css
+++ b/public/assets/css/map.css
@@ -382,11 +382,14 @@ g[data-y="76"] { --i: 76; }
}
#tree .branches {
- fill: green;
+ fill: rgb(141, 202, 141);
+ stroke: green;
}
#bush {
- fill: green;
+ fill: rgb(141, 202, 141);
+ stroke: green;
+ stroke-width: 0.5px;
transform: scale(0.9);
}
@@ -399,7 +402,7 @@ g[data-y="76"] { --i: 76; }
}
.furniture {
- fill: lightseagreen;
+ fill: rgb(104, 185, 181);
}
.building path.walls {
--
cgit v1.2.3