Remove mapsheets.svg inline styles

This commit is contained in:
2025-06-16 22:41:31 -07:00
parent f53358216c
commit 0e12e3079b
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;
}