diff options
author | EASY <mail@crazyeasy.de> | 2018-09-09 11:15:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-09 11:15:35 +0200 |
commit | 7c2f374a16aebdcf9be025890508ae22ed15760f (patch) | |
tree | bb69fdaed6eb406415686a7fa4993def578fc5be /apps/theming/css | |
parent | 13166feed38e7777142fb1b72e79213b6f1a676f (diff) | |
download | nextcloud-server-7c2f374a16aebdcf9be025890508ae22ed15760f.tar.gz nextcloud-server-7c2f374a16aebdcf9be025890508ae22ed15760f.zip |
Update theming.scss
Diffstat (limited to 'apps/theming/css')
-rw-r--r-- | apps/theming/css/theming.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss index 4a5b0e1aa27..7ff24b5bb73 100644 --- a/apps/theming/css/theming.scss +++ b/apps/theming/css/theming.scss @@ -56,7 +56,7 @@ label, p, #alternative-logins legend { - color: $color-primary-text !important; + color: $color-primary-text; } input[type='checkbox'].checkbox--white + label:before { border-color: nc-darken($color-primary-element, 40%) !important; @@ -171,7 +171,7 @@ input.primary, #body-login { a, label, p { - color: $color-primary-text !important; + color: $color-primary-text; } } |