Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/css')
-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 {