Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEASY <mail@crazyeasy.de>2018-09-09 12:15:35 +0300
committerGitHub <noreply@github.com>2018-09-09 12:15:35 +0300
commit7c2f374a16aebdcf9be025890508ae22ed15760f (patch)
treebb69fdaed6eb406415686a7fa4993def578fc5be /apps/theming/css
parent13166feed38e7777142fb1b72e79213b6f1a676f (diff)
Update theming.scss
Diffstat (limited to 'apps/theming/css')
-rw-r--r--apps/theming/css/theming.scss4
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;
}
}