summaryrefslogtreecommitdiffstats
path: root/src/_common.vars.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/_common.vars.scss')
-rw-r--r--src/_common.vars.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_common.vars.scss b/src/_common.vars.scss
index 427a1a3..dc81923 100644
--- a/src/_common.vars.scss
+++ b/src/_common.vars.scss
@@ -42,7 +42,7 @@ $wcfFooterCopyrightText: props.def(--wcfFooterCopyrightText, props.get(core.$the
42$wcfFooterCopyrightLink: props.def(--wcfFooterCopyrightLink, props.get(core.$theme, --base, --50)); 42$wcfFooterCopyrightLink: props.def(--wcfFooterCopyrightLink, props.get(core.$theme, --base, --50));
43$wcfFooterCopyrightLinkActive: props.def(--wcfFooterCopyrightLinkActive, props.get(core.$theme, --base, --50)); 43$wcfFooterCopyrightLinkActive: props.def(--wcfFooterCopyrightLinkActive, props.get(core.$theme, --base, --50));
44 44
45$wcfSidebarBackground: props.def(--wcfSidebarBackground, props.get($vlpnBg)); 45$wcfSidebarBackground: props.def(--wcfSidebarBackground, $wcfContentBackground);
46$wcfSidebarDimmedText: props.def(--wcfSidebarDimmedText, props.get($wcfContentDimmedText)); 46$wcfSidebarDimmedText: props.def(--wcfSidebarDimmedText, props.get($wcfContentDimmedText));
47 47
48$wcfButtonBackground: props.def(--wcfButtonBackground, props.get(core.$theme, --base, --200)); 48$wcfButtonBackground: props.def(--wcfButtonBackground, props.get(core.$theme, --base, --200));