Skip to content

Commit

Permalink
Merge pull request #11489 from nextcloud/backport/11123/2fa-button
Browse files Browse the repository at this point in the history
[stable14] Bugfix 2FA theme: buttons white
  • Loading branch information
rullzer authored Oct 1, 2018
2 parents 99a705f + f2a5a4d commit b7b91ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/theming/css/theming.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -171,7 +171,7 @@ input.primary,
#body-login {

a, label, p {
color: $color-primary-text !important;
color: var(--color-primary-text);
}

}
Expand Down

0 comments on commit b7b91ba

Please sign in to comment.