Update theming.scss

This commit is contained in:
EASY 2018-09-09 11:15:35 +02:00 committed by GitHub
parent 13166feed3
commit 7c2f374a16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@
label,
p,
#alternative-logins legend {
color: $color-primary-text !important;
color: $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: $color-primary-text;
}
}