fix: unescaped vars, convert to dark theme

This commit is contained in:
transcaffeine 2022-11-26 00:08:41 +01:00
parent c6b069e882
commit e0ed2e01c0
Signed by: transcaffeine
GPG Key ID: 03624C433676E465
1 changed files with 10 additions and 2 deletions

View File

@ -12,7 +12,9 @@
}
.login-pf body {
background: --default-background-color;
background: var(--default-background-color) url(../img/background.jpg);
background-position: center;
background-size: cover;
height: 100%;
}
@ -34,11 +36,12 @@ p.instruction {
}
.pf-c-button.pf-m-primary {
background: --default-background-color;
background: var(--default-background-color);
}
h1#kc-page-title {
margin-top: 10px;
color: var(--pf-global--BackgroundColor-100);
}
#kc-locale ul {
@ -164,6 +167,10 @@ div.kc-logo-text span {
margin-top: 10px;
}
#kc-form-wraper .kc-form-login label {
color: var(--pf-global--active-color-100);
}
#kc-info {
margin: 20px -40px -30px;
}
@ -498,6 +505,7 @@ ul#kc-totp-supported-apps {
max-width: 500px;
border-top: 4px solid;
border-color: var(--pf-global--primary-color--100);
background: var(--pf-global--BackgroundColor--dark-300);
}
/*phone*/