reomove double css classes

This commit is contained in:
Niklas 2025-06-29 19:19:27 +02:00 committed by BlankAccountsUsername
parent a34acba7a5
commit d036ccf13b

View file

@ -57,37 +57,3 @@
.drawer-list-item-button: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;
}