From 7886555424dfa7d14f76874e525d5379109e977b Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 9 Dec 2024 23:20:03 +0100 Subject: Update --- src/_common.vars.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/_common.vars.scss') 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 $wcfContentBackground: props.def(--wcfContentBackground, props.get(core.$theme, --base, --75)); $wcfContentBorder: props.def(--wcfContentBorder, var(--wcfContentBorderInner)); +$wcfContentDimmedText: props.def(--wcfContentDimmedText, props.get(core.$theme, --base, --500)); $wcfFooterBoxBackground: props.def(--wcfFooterBoxBackground, props.get(core.$theme, --base, --100)); $wcfFooterBoxText: props.def(--wcfFooterBoxText, props.get(core.$theme, --base, --800)); @@ -40,6 +41,7 @@ $wcfFooterCopyrightLink: props.def(--wcfFooterCopyrightLink, props.get(core.$the $wcfFooterCopyrightLinkActive: props.def(--wcfFooterCopyrightLinkActive, props.get(core.$theme, --base, --50)); $wcfSidebarBackground: props.def(--wcfSidebarBackground, props.get($wcfContentBackground)); +$wcfSidebarDimmedText: props.def(--wcfSidebarDimmedText, props.get($wcfContentDimmedText)); $wcfButtonBackground: props.def(--wcfButtonBackground, props.get(core.$theme, --base, --200)); $wcfButtonText: props.def(--wcfButtonText, props.get(core.$theme, --base, --200-text)); -- cgit v1.2.3-70-g09d2