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

This commit is contained in:
Catalin Constantin Mititiuc 2024-07-11 11:29:01 -07:00
parent f9bf2f9097
commit bb05eba60c
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);
}
.floor {
/* fill: white; */
/* fill: inherit; */
}
.furniture, .stairs {
fill: lightgray;
stroke: #666;

View File

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