chore: style more text to work with dark background

This commit is contained in:
transcaffeine 2022-11-26 16:19:50 +01:00
parent 2d4bb8fc09
commit 5231284392
Signed by: transcaffeine
GPG Key ID: 03624C433676E465

View File

@ -16,6 +16,7 @@
background-position: center; background-position: center;
background-size: cover; background-size: cover;
height: 100%; height: 100%;
color: var(--pf-global--Color--light-200);
} }
textarea.pf-c-form-control { textarea.pf-c-form-control {
@ -209,7 +210,7 @@ div.kc-logo-text span {
#kc-form-options .checkbox { #kc-form-options .checkbox {
margin-top: 0; margin-top: 0;
color: #72767b; color: var(--pf-global--Color--light-300);
} }
#kc-terms-text { #kc-terms-text {