Browse Source

Merge pull request #14329 from nextcloud/bugfix/14317/2fa-button-theming

Apply theme to 2FA button
pull/14335/head
John Molakvoæ 7 years ago
committed by GitHub
parent
commit
8f6c2f1870
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/theming/css/theming.scss

2
apps/theming/css/theming.scss

@ -60,8 +60,10 @@ $invert: luma($color-primary) > 0.6;
border: 1px solid nc-lighten($color-primary-text, 50%);
}
input.primary,
button.primary,
#alternative-logins li a {
background-color: $color-primary;
color: $color-primary-text;
}
a,
label,

Loading…
Cancel
Save