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, 2 insertions, 0 deletions
diff --git a/src/_common.vars.scss b/src/_common.vars.scss
index d3a4754..e0f538a 100644
--- a/src/_common.vars.scss
+++ b/src/_common.vars.scss
@@ -24,6 +24,7 @@ $wcfNavigationLinkActive: props.def(--wcfNavigationLinkActive, props.get(core.$t
24 24
25$wcfContentBackground: props.def(--wcfContentBackground, props.get(core.$theme, --base, --75)); 25$wcfContentBackground: props.def(--wcfContentBackground, props.get(core.$theme, --base, --75));
26$wcfContentBorder: props.def(--wcfContentBorder, var(--wcfContentBorderInner)); 26$wcfContentBorder: props.def(--wcfContentBorder, var(--wcfContentBorderInner));
27$wcfContentDimmedText: props.def(--wcfContentDimmedText, props.get(core.$theme, --base, --500));
27 28
28$wcfFooterBoxBackground: props.def(--wcfFooterBoxBackground, props.get(core.$theme, --base, --100)); 29$wcfFooterBoxBackground: props.def(--wcfFooterBoxBackground, props.get(core.$theme, --base, --100));
29$wcfFooterBoxText: props.def(--wcfFooterBoxText, props.get(core.$theme, --base, --800)); 30$wcfFooterBoxText: props.def(--wcfFooterBoxText, props.get(core.$theme, --base, --800));
@@ -40,6 +41,7 @@ $wcfFooterCopyrightLink: props.def(--wcfFooterCopyrightLink, props.get(core.$the
40$wcfFooterCopyrightLinkActive: props.def(--wcfFooterCopyrightLinkActive, props.get(core.$theme, --base, --50)); 41$wcfFooterCopyrightLinkActive: props.def(--wcfFooterCopyrightLinkActive, props.get(core.$theme, --base, --50));
41 42
42$wcfSidebarBackground: props.def(--wcfSidebarBackground, props.get($wcfContentBackground)); 43$wcfSidebarBackground: props.def(--wcfSidebarBackground, props.get($wcfContentBackground));
44$wcfSidebarDimmedText: props.def(--wcfSidebarDimmedText, props.get($wcfContentDimmedText));
43 45
44$wcfButtonBackground: props.def(--wcfButtonBackground, props.get(core.$theme, --base, --200)); 46$wcfButtonBackground: props.def(--wcfButtonBackground, props.get(core.$theme, --base, --200));
45$wcfButtonText: props.def(--wcfButtonText, props.get(core.$theme, --base, --200-text)); 47$wcfButtonText: props.def(--wcfButtonText, props.get(core.$theme, --base, --200-text));