Fix some door edges

This commit is contained in:
2025-06-16 22:41:32 -07:00
parent 32c21f9cd3
commit 0bba4be83f
4 changed files with 15 additions and 12 deletions

View File

@@ -414,7 +414,7 @@ g[data-y="76"] { --i: 76; }
stroke-linecap: square;
}
.building .windows, .building .door-edges, .building .doors {
.building .windows, .building .doors {
stroke-linecap: square;
}

View File

@@ -30,7 +30,7 @@ use[href="#hex"] {
fill: none;
fill-opacity: 1;
stroke: white;
stroke-width: 2.25;
stroke-width: 2.25px;
stroke-linecap: square;
stroke-dasharray: none;
stroke-opacity: 1;
@@ -39,7 +39,7 @@ use[href="#hex"] {
.building .door-edges, .building .windows {
display: inline;
stroke: #ff9900;
stroke-width: 2.25;
stroke-width: 2.5px;
}
.building .floor,
@@ -48,6 +48,7 @@ use[href="#hex"] {
opacity: 1;
fill: #ffffff;
fill-opacity: 0.5;
/* fill: url(#asterisk); */
stroke: none;
}