From 99bc6e962af22ac9d343434f61aa24b286892466 Mon Sep 17 00:00:00 2001 From: Volpeon <git@volpeon.ink> Date: Mon, 9 Dec 2024 18:48:23 +0100 Subject: Update --- src/_common.vars.scss | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) (limited to 'src/_common.vars.scss') diff --git a/src/_common.vars.scss b/src/_common.vars.scss index 36008f9..47c32d5 100644 --- a/src/_common.vars.scss +++ b/src/_common.vars.scss @@ -2,7 +2,59 @@ @use 'core'; +$vlpnLink: props.def(--vlpnLink, props.get(core.$theme, --red, --1000)); +$vlpnLinkActive: props.def(--vlpnLinkActive, props.get(core.$theme, --red, --1300)); + $wcfHeaderBackground: props.def(--wcfHeaderBackground, props.get(core.$theme, --base, --600)); $wcfHeaderMenuBackground: props.def(--wcfHeaderMenuBackground, props.get(core.$theme, --base, --800)); $wcfHeaderMenuLinkBackground: props.def(--wcfHeaderMenuLinkBackground, props.get(core.$theme, --base, --800)); $wcfHeaderMenuLinkBackgroundActive: props.def(--wcfHeaderMenuLinkBackgroundActive, props.get(core.$theme, --base, --700)); +$wcfHeaderMenuDropdownBackground: props.def(--wcfHeaderMenuDropdownBackground, props.get(core.$theme, --base, --800)); +$wcfHeaderMenuDropdownBorder: props.def(--wcfHeaderMenuDropdownBorder, props.get(core.$theme, --base, --800)); +$wcfHeaderMenuDropdownBackgroundActive: props.def(--wcfHeaderMenuDropdownBackgroundActive, props.get(core.$theme, --base, --700)); + +$wcfNavigationBackground: props.def(--wcfNavigationBackground, props.get(core.$theme, --base, --100)); +$wcfNavigationText: props.def(--wcfNavigationText, props.get(core.$theme, --base, --500)); +$wcfNavigationLink: props.def(--wcfNavigationLink, props.get(core.$theme, --base, --800)); +$wcfNavigationLinkActive: props.def(--wcfNavigationLinkActive, props.get(core.$theme, --base, --800)); + +$wcfContentBackground: props.def(--wcfContentBackground, props.get(core.$theme, --base, --75)); + +$wcfFooterBoxBackground: props.def(--wcfFooterBoxBackground, props.get(core.$theme, --base, --100)); +$wcfFooterBoxText: props.def(--wcfFooterBoxText, props.get(core.$theme, --base, --800)); + +$wcfFooterBackground: props.def(--wcfFooterBackground, props.get(core.$theme, --base, --700)); +$wcfFooterText: props.def(--wcfFooterText, props.get(core.$theme, --base, --100)); +$wcfFooterLink: props.def(--wcfFooterLink, props.get(core.$theme, --base, --75)); +$wcfFooterLinkActive: props.def(--wcfFooterLinkActive, props.get(core.$theme, --base, --75)); + +$wcfFooterCopyrightBackground: props.def(--wcfFooterCopyrightBackground, props.get(core.$theme, --base, --800)); +$wcfFooterCopyrightText: props.def(--wcfFooterCopyrightText, props.get(core.$theme, --base, --75)); +$wcfFooterCopyrightLink: props.def(--wcfFooterCopyrightLink, props.get(core.$theme, --base, --50)); +$wcfFooterCopyrightLinkActive: props.def(--wcfFooterCopyrightLinkActive, props.get(core.$theme, --base, --50)); + +$wcfSidebarBackground: props.def(--wcfSidebarBackground, transparent); + +$wcfButtonBackground: props.def(--wcfButtonBackground, props.get(core.$theme, --base, --200)); +$wcfButtonText: props.def(--wcfButtonText, props.get(core.$theme, --base, --200-text)); +$wcfButtonBackgroundActive: props.def(--wcfButtonBackgroundActive, props.get(core.$theme, --base, --500)); +$wcfButtonTextActive: props.def(--wcfButtonTextActive, props.get(core.$theme, --base, --500-text)); + +$wcfButtonPrimaryBackground: props.def(--wcfButtonPrimaryBackground, props.get(core.$theme, --base, --500)); +$wcfButtonPrimaryText: props.def(--wcfButtonTextBackground, props.get(core.$theme, --base, --500-text)); +$wcfButtonPrimaryBackgroundActive: props.def(--wcfButtonPrimaryBackgroundActive, props.get(core.$theme, --base, --800)); +$wcfButtonPrimaryTextActive: props.def(--wcfButtonTextBackgroundActive, props.get(core.$theme, --base, --800-text)); + +$wcfBoxShadowCard: props.def(--wcfBoxShadowCard, none); + +$wcfContentLink: props.def(--wcfContentLink, props.get($vlpnLink)); +$wcfContentLinkActive: props.def(--wcfContentLinkActive, props.get($vlpnLinkActive)); + +$wcfSidebarLink: props.def(--wcfSidebarLink, props.get($vlpnLink)); +$wcfSidebarLinkActive: props.def(--wcfSidebarLinkActive, props.get($vlpnLinkActive)); + +$wcfFooterBoxLink: props.def(--wcfFooterBoxLink, props.get($vlpnLink)); +$wcfFooterBoxLinkActive: props.def(--wcfFooterBoxLinkActive, props.get($vlpnLinkActive)); + +$wcfTabularBoxHeadline: props.def(--wcfTabularBoxHeadline, props.get($vlpnLink)); +$wcfTabularBoxHeadlineActive: props.def(--wcfTabularBoxHeadlineActive, props.get($vlpnLinkActive)); -- cgit v1.2.3-70-g09d2