Update styles for DefaultLayout and MainLayout: change background color and remove sidebar gradient
All checks were successful
Build And Push Dev Docker Image / docker (push) Successful in 1m53s

This commit is contained in:
a.beging@eas-solutions.de
2026-04-22 13:36:43 +02:00
parent ad9e2ae8c1
commit 8262c4979b
3 changed files with 2 additions and 6 deletions

View File

@@ -8,11 +8,6 @@ main {
flex: 1;
}
.sidebar {
/*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
background-color: #f1e7c9 !important;
}
.top-row {
background-color: #f7f7f7;
border-bottom: 1px solid #d6d5d5;