Skip to content

Commit b7b91ba

Browse files
authored
Merge pull request #11489 from nextcloud/backport/11123/2fa-button
[stable14] Bugfix 2FA theme: buttons white
2 parents 99a705f + f2a5a4d commit b7b91ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/theming/css/theming.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
label,
5757
p,
5858
#alternative-logins legend {
59-
color: $color-primary-text !important;
59+
color: var(--color-primary-text);
6060
}
6161
input[type='checkbox'].checkbox--white + label:before {
6262
border-color: nc-darken($color-primary-element, 40%) !important;
@@ -171,7 +171,7 @@ input.primary,
171171
#body-login {
172172

173173
a, label, p {
174-
color: $color-primary-text !important;
174+
color: var(--color-primary-text);
175175
}
176176

177177
}

0 commit comments

Comments
 (0)