From e623b50c9584acf047989d59724e2309cc77936a Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 11 Dec 2024 13:36:50 +0100 Subject: Fix --- src/_core.vars.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/_core.vars.scss b/src/_core.vars.scss index 90d901d..2911562 100644 --- a/src/_core.vars.scss +++ b/src/_core.vars.scss @@ -261,6 +261,7 @@ $wcfContentBackground: props.def(--wcfContentBackground, rgb(242, 242, 242)); $wcfContentBorder: props.def(--wcfContentBorder, var(--wcfContentBorderInner)); $wcfContentDimmedText: props.def(--wcfContentDimmedText, rgba(#000, .7)); $wcfContentDimmedLink: props.def(--wcfContentDimmedLink, rgba(#000, .7)); +$wcfContentHeadlineText: props.def(--wcfContentHeadlineText, props.get($theme, --base, --900)); $wcfFooterBoxBackground: props.def(--wcfFooterBoxBackground, props.get($theme, --bg-footer-box)); $wcfFooterBoxText: props.def(--wcfFooterBoxText, props.get($theme, --base, --800)); @@ -320,6 +321,10 @@ $wcfStatusInfoText: props.def(--wcfStatusInfoText, props.get($theme, --blue, --1 $wcfContentBackgroundClassic: props.def(--wcfContentBackground, props.get($theme, --base, --75), 'classic'); $wcfContentBorderInnerClassic: props.def(--wcfContentBorderInner, props.get($theme, --base, --300), 'classic'); +$wcfContentHeadlineTextClassic: props.def(--wcfContentHeadlineText, props.get($theme, --base, --900), 'classic'); +$wcfContentDimmedTextClassic: props.def(--wcfContentDimmedText, props.get($theme, --base, --700), 'classic'); +$wcfContentDimmedLinkClassic: props.def(--wcfContentDimmedLink, props.get($theme, --base, --900), 'classic'); +$wcfContentTextClassic: props.def(--wcfContentText, props.get($theme, --base, --800), 'classic'); $wcfSidebarBackgroundClassic: props.def(--wcfSidebarBackground, props.get($theme, --base, --75), 'classic'); -- cgit v1.2.3-70-g09d2