Remove mapsheets.svg inline styles

This commit is contained in:
2024-05-30 18:30:41 -07:00
parent 85f5abb4e2
commit b65cad124c
2 changed files with 81 additions and 68 deletions

View File

@@ -405,6 +405,19 @@ g[data-y="76"] { --i: 76; }
stroke-linecap: square;
}
.building .outer-walls {
stroke-width: 2;
fill: none;
stroke: black;
stroke-linecap: square;
}
.building .inner-walls {
stroke: white;
fill: none;
stroke-linecap: square;
}
.building .windows, .building .door-edges, .building .doors {
stroke-linecap: square;
}