fixed overridding of backgound color of app
This commit is contained in:
parent
7268971275
commit
386b61d978
@ -42,17 +42,17 @@
|
|||||||
top: 10px;
|
top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.light-style body {
|
/* .light-style body {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
} */
|
||||||
|
|
||||||
.dark-style body {
|
.dark-style body {
|
||||||
background-color: #2b2c40;
|
background-color: #2b2c40;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav.layout-navbar {
|
nav.layout-navbar {
|
||||||
backdrop-filter: unset;
|
/* backdrop-filter: unset; */
|
||||||
background-color: transparent !important;
|
/* background-color: transparent !important; */
|
||||||
}
|
}
|
||||||
|
|
||||||
nav.layout-navbar::before {
|
nav.layout-navbar::before {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user