web/user: fix custom user interface background with dark theme (#4960)
closes #4947 Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
520de8d5b0
commit
fd9293e3e8
|
@ -83,9 +83,6 @@ export class UserInterface extends Interface {
|
|||
.pf-c-page {
|
||||
background-color: transparent;
|
||||
}
|
||||
:host([theme="dark"]) .pf-c-page {
|
||||
background-color: var(--ak-dark-background);
|
||||
}
|
||||
.background-wrapper {
|
||||
background-color: var(--pf-c-page--BackgroundColor) !important;
|
||||
}
|
||||
|
|
Reference in New Issue