Browse Source

Fix dark text in body-login box on light theming colors

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
tags/v17.0.0beta1
Jan-Christoph Borchardt 5 years ago
parent
commit
76959591e0
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/theming/css/theming.scss

+ 1
- 1
apps/theming/css/theming.scss 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;

Loading…
Cancel
Save