diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2019-07-01 12:40:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-01 12:40:13 +0200 |
commit | 1074e9838b508aacaac8e8d49f9506d68402dafa (patch) | |
tree | 37d8937fc09092585b9b04277967825bb3b627f7 | |
parent | 41ccf5e8c72e7ca64350f3d2a1bff54ac9f09c09 (diff) | |
parent | 76959591e0db704d7d1b5e22e7653daf08c81003 (diff) | |
download | nextcloud-server-1074e9838b508aacaac8e8d49f9506d68402dafa.tar.gz nextcloud-server-1074e9838b508aacaac8e8d49f9506d68402dafa.zip |
Merge pull request #16136 from nextcloud/design/theming-body-login
Fix dark text in body-login box on light theming colors
-rw-r--r-- | apps/theming/css/theming.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss index 23c12be7b2d..4d63674e35e 100644 --- a/apps/theming/css/theming.scss +++ b/apps/theming/css/theming.scss @@ -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; |