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 51a31fe394
commit 96f26f209f
2 changed files with 29 additions and 21 deletions

View file

@ -74,3 +74,19 @@
.drawer-list-item-button:hover {
background-color: #555b90;
}
.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;
}