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:
John Molakvoæ 2019-07-01 12:40:13 +02:00 committed by GitHub
commit 1074e9838b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;