Make stairs visible on roof levels

This commit is contained in:
2024-07-03 09:26:48 -07:00
parent c4047b56d7
commit cff0cc6dd6
5 changed files with 31 additions and 17 deletions

View File

@@ -490,9 +490,11 @@ input#content-visibility-toggle {
}
.select-elevation input:checked+label {
border: 1px solid salmon;
border: 1px solid #666;
border-radius: 3px;
background-color: #cdd9e9;
background-color: orangered;
color: white;
font-weight: bold;
}
div#dice {