fixed overridding of backgound color of app

This commit is contained in:
pramod mahajan 2025-08-28 12:01:47 +05:30
parent 7268971275
commit 386b61d978

View File

@ -42,17 +42,17 @@
top: 10px;
}
.light-style body {
/* .light-style body {
background-color: #fff;
}
} */
.dark-style body {
background-color: #2b2c40;
}
nav.layout-navbar {
backdrop-filter: unset;
background-color: transparent !important;
/* backdrop-filter: unset; */
/* background-color: transparent !important; */
}
nav.layout-navbar::before {