Fix elevation view styles

This commit is contained in:
2025-06-16 22:41:32 -07:00
parent 526cc26240
commit e7aebda9dc
5 changed files with 32 additions and 77 deletions

View File

@@ -15,7 +15,7 @@ text {
}
use[href="#hex"] {
opacity: 0.5;
opacity: 0;
fill: transparent;
fill-opacity: 0.5;
stroke-width: 0.5px;
@@ -392,11 +392,7 @@ g[data-y="76"] { --i: 76; }
/* fill: inherit; */
}
.building path {
fill: none;
}
.furniture {
.furniture, .stairs {
fill: rgb(104, 185, 181);
}