Remove style that makes desk furniture stroke width different than other furniture

This commit is contained in:
Catalin Constantin Mititiuc 2025-06-16 22:41:32 -07:00
parent 684072b577
commit 2f1b5110fb
2 changed files with 0 additions and 11 deletions

View File

@ -398,11 +398,6 @@ g[data-y="76"] { --i: 76; }
transform: scale(0.9); transform: scale(0.9);
} }
.floor {
/* fill: white; */
/* fill: inherit; */
}
.furniture, .stairs { .furniture, .stairs {
fill: lightgray; fill: lightgray;
stroke: #666; stroke: #666;

View File

@ -1,9 +1,3 @@
polygon {
fill: inherit;
stroke: inherit;
stroke-width: 0.25px;
}
svg { svg {
border: 1px solid slategray; border: 1px solid slategray;
fill: none; fill: none;