web/flows: fix identification stage band color (#6489)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
f6b144a0fa
commit
c5222bf439
|
@ -264,7 +264,7 @@ select[multiple] option:checked {
|
||||||
filter: invert(1);
|
filter: invert(1);
|
||||||
}
|
}
|
||||||
.pf-c-login__main-footer-band {
|
.pf-c-login__main-footer-band {
|
||||||
background-color: var(--ak-dark-background-lighter);
|
--pf-c-login__main-footer-band--BackgroundColor: var(--ak-dark-background-lighter);
|
||||||
color: var(--ak-dark-foreground);
|
color: var(--ak-dark-foreground);
|
||||||
}
|
}
|
||||||
.form-control-static {
|
.form-control-static {
|
||||||
|
|
Reference in New Issue