diff options
Diffstat (limited to 'src/_common.vars.scss')
-rw-r--r-- | src/_common.vars.scss | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/_common.vars.scss b/src/_common.vars.scss index eb72aed..427a1a3 100644 --- a/src/_common.vars.scss +++ b/src/_common.vars.scss | |||
@@ -2,6 +2,8 @@ | |||
2 | 2 | ||
3 | @use 'core'; | 3 | @use 'core'; |
4 | 4 | ||
5 | $vlpnBg: props.def(--vlpnBg, props.get(core.$theme, --base, --75)); | ||
6 | |||
5 | $vlpnLink: props.def(--vlpnLink, props.get(core.$theme, --red, --1000)); | 7 | $vlpnLink: props.def(--vlpnLink, props.get(core.$theme, --red, --1000)); |
6 | $vlpnLinkFg: props.def(--vlpnLinkFg, props.get(core.$theme, --red, --1000-text)); | 8 | $vlpnLinkFg: props.def(--vlpnLinkFg, props.get(core.$theme, --red, --1000-text)); |
7 | $vlpnLinkActive: props.def(--vlpnLinkActive, props.get(core.$theme, --red, --1300)); | 9 | $vlpnLinkActive: props.def(--vlpnLinkActive, props.get(core.$theme, --red, --1300)); |
@@ -22,7 +24,7 @@ $wcfNavigationText: props.def(--wcfNavigationText, props.get(core.$theme, --base | |||
22 | $wcfNavigationLink: props.def(--wcfNavigationLink, props.get(core.$theme, --base, --800)); | 24 | $wcfNavigationLink: props.def(--wcfNavigationLink, props.get(core.$theme, --base, --800)); |
23 | $wcfNavigationLinkActive: props.def(--wcfNavigationLinkActive, props.get(core.$theme, --base, --800)); | 25 | $wcfNavigationLinkActive: props.def(--wcfNavigationLinkActive, props.get(core.$theme, --base, --800)); |
24 | 26 | ||
25 | $wcfContentBackground: props.def(--wcfContentBackground, props.get(core.$theme, --base, --75)); | 27 | $wcfContentBackground: props.def(--wcfContentBackground, rgb(242, 242, 242)); |
26 | $wcfContentBorder: props.def(--wcfContentBorder, var(--wcfContentBorderInner)); | 28 | $wcfContentBorder: props.def(--wcfContentBorder, var(--wcfContentBorderInner)); |
27 | $wcfContentDimmedText: props.def(--wcfContentDimmedText, rgba(0, 0, 0, .6)); | 29 | $wcfContentDimmedText: props.def(--wcfContentDimmedText, rgba(0, 0, 0, .6)); |
28 | 30 | ||
@@ -40,7 +42,7 @@ $wcfFooterCopyrightText: props.def(--wcfFooterCopyrightText, props.get(core.$the | |||
40 | $wcfFooterCopyrightLink: props.def(--wcfFooterCopyrightLink, props.get(core.$theme, --base, --50)); | 42 | $wcfFooterCopyrightLink: props.def(--wcfFooterCopyrightLink, props.get(core.$theme, --base, --50)); |
41 | $wcfFooterCopyrightLinkActive: props.def(--wcfFooterCopyrightLinkActive, props.get(core.$theme, --base, --50)); | 43 | $wcfFooterCopyrightLinkActive: props.def(--wcfFooterCopyrightLinkActive, props.get(core.$theme, --base, --50)); |
42 | 44 | ||
43 | $wcfSidebarBackground: props.def(--wcfSidebarBackground, props.get($wcfContentBackground)); | 45 | $wcfSidebarBackground: props.def(--wcfSidebarBackground, props.get($vlpnBg)); |
44 | $wcfSidebarDimmedText: props.def(--wcfSidebarDimmedText, props.get($wcfContentDimmedText)); | 46 | $wcfSidebarDimmedText: props.def(--wcfSidebarDimmedText, props.get($wcfContentDimmedText)); |
45 | 47 | ||
46 | $wcfButtonBackground: props.def(--wcfButtonBackground, props.get(core.$theme, --base, --200)); | 48 | $wcfButtonBackground: props.def(--wcfButtonBackground, props.get(core.$theme, --base, --200)); |