use styledEngineProvider injectfirst and css classes for styling MUI elements (not finished yet)

This commit is contained in:
Niklas 2025-06-24 21:41:46 +02:00 committed by BlankAccountsUsername
parent 7d093cf185
commit d0fa587f7a
2 changed files with 29 additions and 21 deletions

View file

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