web: fix css for dark mode
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
3195640776
commit
5a8b356dc7
|
@ -68,7 +68,7 @@ export class AdminInterface extends LitElement {
|
|||
display: none;
|
||||
}
|
||||
.pf-c-page {
|
||||
background-color: var(--pf-global--BackgroundColor--light-300) !important;
|
||||
background-color: var(--pf-c-page--BackgroundColor) !important;
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
/* Global page background colour */
|
||||
|
|
|
@ -75,7 +75,7 @@ export class UserInterface extends LitElement {
|
|||
background-color: transparent !important;
|
||||
}
|
||||
.pf-c-page {
|
||||
background-color: var(--pf-global--BackgroundColor--light-300) !important;
|
||||
background-color: var(--pf-c-page--BackgroundColor) !important;
|
||||
}
|
||||
.display-none {
|
||||
display: none;
|
||||
|
|
Reference in New Issue