Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorCatalin Mititiuc <webdevcat@proton.me>2024-05-19 12:17:27 -0700
committerCatalin Mititiuc <webdevcat@proton.me>2024-05-19 12:17:27 -0700
commitff7e88457c72f9cca9d2fdd965d8a4fd0e3de48a (patch)
tree1b71cd431a2016185092decca0ab099e11724c44 /public
parent66887e37103591586c2b002594f2f79602e71d25 (diff)
Change furniture and tree/bush colors
Diffstat (limited to 'public')
-rw-r--r--public/assets/css/map.css9
1 files changed, 6 insertions, 3 deletions
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 {