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
committerMorris Jobke <hey@morrisjobke.de>2018-10-01 11:25:01 +0300
commitf2a5a4d622ff8b7e15414d58f9ca93cd9dafaa1b (patch)
treee14401face682b4942784dbb6678f8ed11cd25c2 /apps/theming
parentd5876fe98afa2f2fdbb124c161469a9605908442 (diff)
Used CSS Variables
Diffstat (limited to 'apps/theming')
-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);
}
}