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
|
@ -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 New Issue