mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #14329 from nextcloud/bugfix/14317/2fa-button-theming
Apply theme to 2FA button
This commit is contained in:
commit
8f6c2f1870
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue