Change furniture color

This commit is contained in:
Catalin Constantin Mititiuc 2024-07-03 11:29:31 -07:00
parent 3bce4a6ed6
commit d5a8c133f1

View File

@ -398,7 +398,9 @@ g[data-y="76"] { --i: 76; }
} }
.furniture, .stairs { .furniture, .stairs {
fill: rgb(104, 185, 181); fill: lightgray;
stroke: gray;
stroke-width: 0.25px;
} }
.building path.walls { .building path.walls {