We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99a705f + f2a5a4d commit b7b91baCopy full SHA for b7b91ba
1 file changed
apps/theming/css/theming.scss
@@ -56,7 +56,7 @@
56
label,
57
p,
58
#alternative-logins legend {
59
- color: $color-primary-text !important;
+ color: var(--color-primary-text);
60
}
61
input[type='checkbox'].checkbox--white + label:before {
62
border-color: nc-darken($color-primary-element, 40%) !important;
@@ -171,7 +171,7 @@ input.primary,
171
#body-login {
172
173
a, label, p {
174
175
176
177
0 commit comments