Update theming.scss
This commit is contained in:
parent
48b48fad16
commit
d5876fe98a
|
@ -56,7 +56,7 @@
|
||||||
label,
|
label,
|
||||||
p,
|
p,
|
||||||
#alternative-logins legend {
|
#alternative-logins legend {
|
||||||
color: $color-primary-text !important;
|
color: $color-primary-text;
|
||||||
}
|
}
|
||||||
input[type='checkbox'].checkbox--white + label:before {
|
input[type='checkbox'].checkbox--white + label:before {
|
||||||
border-color: nc-darken($color-primary-element, 40%) !important;
|
border-color: nc-darken($color-primary-element, 40%) !important;
|
||||||
|
@ -171,7 +171,7 @@ input.primary,
|
||||||
#body-login {
|
#body-login {
|
||||||
|
|
||||||
a, label, p {
|
a, label, p {
|
||||||
color: $color-primary-text !important;
|
color: $color-primary-text;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue