Merge pull request #11123 from CrazyEasy/patch-1

Bugfix 2FA theme: buttons white
This commit is contained in:
Roeland Jago Douma 2018-09-25 16:20:27 +02:00 committed by GitHub
commit 4a59725b15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@
label,
p,
#alternative-logins legend {
color: $color-primary-text !important;
color: var(--color-primary-text);
}
input[type='checkbox'].checkbox--white + label:before {
border-color: nc-darken($color-primary-element, 40%) !important;
@ -171,7 +171,7 @@ input.primary,
#body-login {
a, label, p {
color: $color-primary-text !important;
color: var(--color-primary-text);
}
}