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 c6534844ce
commit 4bcbaa2829
2 changed files with 29 additions and 21 deletions

View file

@ -52,3 +52,19 @@
background-size: cover;
background-repeat: no-repeat;
}
.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;
}