reomove double css classes

This commit is contained in:
Niklas 2025-06-29 19:19:27 +02:00 committed by BlankAccountsUsername
parent 75f2f59f42
commit 90a4a5fd59

View file

@ -57,37 +57,3 @@
.drawer-list-item-button:hover { .drawer-list-item-button:hover {
background-color: var(--dark-blue-hover); background-color: var(--dark-blue-hover);
} }
.drawer-list {
background-color: #2f325e;
min-height: 100vh;
min-width: 13rem;
}
.drawer-list-item {
color: white;
}
.drawer-list-item-button {
height: 10vh;
}
.drawer-list-item-button:hover {
background-color: #555b90;
}
.drawer-list {
background-color: #2f325e;
min-height: 100vh;
min-width: 13rem;
}
.drawer-list-item {
color: white;
}
.drawer-list-item-button {
height: 10vh;
}
.drawer-list-item-button:hover {
background-color: #555b90;
}