From a78c6ef282e63efc94d09d65541e3cab49d47765 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 10 Dec 2024 09:37:25 +0100 Subject: Update --- src/_common.vars.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/_common.vars.scss') diff --git a/src/_common.vars.scss b/src/_common.vars.scss index 7b3116b..d01b17a 100644 --- a/src/_common.vars.scss +++ b/src/_common.vars.scss @@ -10,6 +10,8 @@ $vlpnLinkFg: props.def(--vlpnLinkFg, props.get(core.$theme, --red, --1000-text)) $vlpnLinkActive: props.def(--vlpnLinkActive, props.get(core.$theme, --red, --1300)); $vlpnLinkActiveFg: props.def(--vlpnLinkActiveFg, props.get(core.$theme, --red, --1300-text)); +$vlpnSmileySize: props.def(--vlpnSmileySize, 28px); + $wcfFontSizeHeadline: props.def(--wcfFontSizeHeadline, 16px); $wcfHeaderBackground: props.def(--wcfHeaderBackground, props.get(core.$theme, --base, --700)); @@ -72,3 +74,6 @@ $wcfFooterBoxLinkActive: props.def(--wcfFooterBoxLinkActive, props.get($vlpnLink $wcfTabularBoxHeadline: props.def(--wcfTabularBoxHeadline, props.get($vlpnLink)); $wcfTabularBoxHeadlineActive: props.def(--wcfTabularBoxHeadlineActive, props.get($vlpnLinkActive)); + +$wcfStatusInfoBackground: props.def(--wcfStatusInfoBackground, props.get(core.$theme, --blue, --200)); +$wcfStatusInfoText: props.def(--wcfStatusInfoText, props.get(core.$theme, --blue, --1200)); -- cgit v1.2.3-70-g09d2