mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix dark text in body-login box on light theming colors
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
01f8fb00bd
commit
76959591e0
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