Change furniture and tree/bush colors
This commit is contained in:
parent
baa1d34578
commit
33c43c3914
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user