mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -04:00
Merge pull request #16136 from nextcloud/design/theming-body-login
Fix dark text in body-login box on light theming colors
This commit is contained in:
commit
1074e9838b
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ $invert: luma($color-primary) > 0.6;
|
|||
}
|
||||
a,
|
||||
label,
|
||||
p,
|
||||
footer p,
|
||||
#alternative-logins legend,
|
||||
.lost-password-container #lost-password {
|
||||
color: $color-primary-text;
|
||||
|
|
|
|||
Loading…
Reference in a new issue