diff options
Diffstat (limited to 'src/_core.vars.scss')
-rw-r--r-- | src/_core.vars.scss | 5 |
1 files changed, 5 insertions, 0 deletions
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)); | |||
261 | $wcfContentBorder: props.def(--wcfContentBorder, var(--wcfContentBorderInner)); | 261 | $wcfContentBorder: props.def(--wcfContentBorder, var(--wcfContentBorderInner)); |
262 | $wcfContentDimmedText: props.def(--wcfContentDimmedText, rgba(#000, .7)); | 262 | $wcfContentDimmedText: props.def(--wcfContentDimmedText, rgba(#000, .7)); |
263 | $wcfContentDimmedLink: props.def(--wcfContentDimmedLink, rgba(#000, .7)); | 263 | $wcfContentDimmedLink: props.def(--wcfContentDimmedLink, rgba(#000, .7)); |
264 | $wcfContentHeadlineText: props.def(--wcfContentHeadlineText, props.get($theme, --base, --900)); | ||
264 | 265 | ||
265 | $wcfFooterBoxBackground: props.def(--wcfFooterBoxBackground, props.get($theme, --bg-footer-box)); | 266 | $wcfFooterBoxBackground: props.def(--wcfFooterBoxBackground, props.get($theme, --bg-footer-box)); |
266 | $wcfFooterBoxText: props.def(--wcfFooterBoxText, props.get($theme, --base, --800)); | 267 | $wcfFooterBoxText: props.def(--wcfFooterBoxText, props.get($theme, --base, --800)); |
@@ -320,6 +321,10 @@ $wcfStatusInfoText: props.def(--wcfStatusInfoText, props.get($theme, --blue, --1 | |||
320 | 321 | ||
321 | $wcfContentBackgroundClassic: props.def(--wcfContentBackground, props.get($theme, --base, --75), 'classic'); | 322 | $wcfContentBackgroundClassic: props.def(--wcfContentBackground, props.get($theme, --base, --75), 'classic'); |
322 | $wcfContentBorderInnerClassic: props.def(--wcfContentBorderInner, props.get($theme, --base, --300), 'classic'); | 323 | $wcfContentBorderInnerClassic: props.def(--wcfContentBorderInner, props.get($theme, --base, --300), 'classic'); |
324 | $wcfContentHeadlineTextClassic: props.def(--wcfContentHeadlineText, props.get($theme, --base, --900), 'classic'); | ||
325 | $wcfContentDimmedTextClassic: props.def(--wcfContentDimmedText, props.get($theme, --base, --700), 'classic'); | ||
326 | $wcfContentDimmedLinkClassic: props.def(--wcfContentDimmedLink, props.get($theme, --base, --900), 'classic'); | ||
327 | $wcfContentTextClassic: props.def(--wcfContentText, props.get($theme, --base, --800), 'classic'); | ||
323 | 328 | ||
324 | $wcfSidebarBackgroundClassic: props.def(--wcfSidebarBackground, props.get($theme, --base, --75), 'classic'); | 329 | $wcfSidebarBackgroundClassic: props.def(--wcfSidebarBackground, props.get($theme, --base, --75), 'classic'); |
325 | 330 | ||