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 <linus_koester@t-online.de>2018-09-10 17:16:37 +0300
committerGitHub <noreply@github.com>2018-09-10 17:16:37 +0300
commit3ea0131351d474d8f3d16a879e6a39df1b1c99d5 (patch)
tree6d89863334b18712bd7c1b789e7a3c190b27cce5 /apps/theming/css
parent7c2f374a16aebdcf9be025890508ae22ed15760f (diff)
Used CSS Variables
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 7ff24b5bb73..f12ce4d907f 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;
+ color: var(--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;
+ color: var(--color-primary-text);
}
}