This commit is contained in:
2025-08-03 14:22:31 +02:00
parent 09279e64c6
commit 5ba70a60e1
5 changed files with 27 additions and 5 deletions

View File

@@ -200,4 +200,14 @@
height: auto;
width: auto;
}
.vertLine {
height: 100%;
width: 5px;
background-color: #5e0000;
}
.menuBox {
background-color: #5e0000;
}
}