Change furniture color

This commit is contained in:
Catalin Constantin Mititiuc 2025-06-16 22:41:32 -07:00
parent 07506c4039
commit d263b1226f

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 {