summaryrefslogtreecommitdiffstats
path: root/apps/theming
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2018-09-25 16:20:27 +0200
committerGitHub <noreply@github.com>2018-09-25 16:20:27 +0200
commit4a59725b15b9173bd7a761604ba633bf38a203a4 (patch)
treeafd6d736cea2ff9fee087356c3976f0343044b59 /apps/theming
parent548f4e9a27b578db66b6df15e2d8a28bbf66a822 (diff)
parent3ea0131351d474d8f3d16a879e6a39df1b1c99d5 (diff)
downloadnextcloud-server-4a59725b15b9173bd7a761604ba633bf38a203a4.tar.gz
nextcloud-server-4a59725b15b9173bd7a761604ba633bf38a203a4.zip
Merge pull request #11123 from CrazyEasy/patch-1
Bugfix 2FA theme: buttons white
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 4a5b0e1aa27..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 !important;
+ 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 !important;
+ color: var(--color-primary-text);
}
}