Change furniture and tree/bush colors

This commit is contained in:
Catalin Constantin Mititiuc 2025-06-16 22:41:30 -07:00
parent baa1d34578
commit 33c43c3914

View File

@ -382,11 +382,14 @@ g[data-y="76"] { --i: 76; }
} }
#tree .branches { #tree .branches {
fill: green; fill: rgb(141, 202, 141);
stroke: green;
} }
#bush { #bush {
fill: green; fill: rgb(141, 202, 141);
stroke: green;
stroke-width: 0.5px;
transform: scale(0.9); transform: scale(0.9);
} }
@ -399,7 +402,7 @@ g[data-y="76"] { --i: 76; }
} }
.furniture { .furniture {
fill: lightseagreen; fill: rgb(104, 185, 181);
} }
.building path.walls { .building path.walls {