summaryrefslogtreecommitdiffstats
path: root/src/_core.vars.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/_core.vars.scss')
-rw-r--r--src/_core.vars.scss12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/_core.vars.scss b/src/_core.vars.scss
index 5bbe9fb..5233708 100644
--- a/src/_core.vars.scss
+++ b/src/_core.vars.scss
@@ -125,7 +125,7 @@ $themes-spec: (
125 --wcfFooterBoxHeadlineLink: --base --900, 125 --wcfFooterBoxHeadlineLink: --base --900,
126 --wcfFooterBoxHeadlineLinkActive: --base --900, 126 --wcfFooterBoxHeadlineLinkActive: --base --900,
127 127
128 --wcfFooterBackground: --base --700, 128 --wcfFooterBackground: --bg-footer,
129 --wcfFooterText: --base --100, 129 --wcfFooterText: --base --100,
130 --wcfFooterLink: --base --75, 130 --wcfFooterLink: --base --75,
131 --wcfFooterLinkActive: --base --75, 131 --wcfFooterLinkActive: --base --75,
@@ -155,6 +155,8 @@ $themes-spec: (
155 155
156 --wcfBoxShadowCard: none, 156 --wcfBoxShadowCard: none,
157 157
158 --wcfInputLabel: --base --700,
159
158 --wcfContentContainerBackground: --bg-content, 160 --wcfContentContainerBackground: --bg-content,
159 --wcfContentContainerBorder: --wcfContentContainerBackground, 161 --wcfContentContainerBorder: --wcfContentContainerBackground,
160 162
@@ -268,6 +270,8 @@ $themes-spec: (
268 270
269 --wcfSidebarBackground: --base --75, 271 --wcfSidebarBackground: --base --75,
270 272
273 --wcfUserMenuBackground: --base --75,
274
271 --wcfTabularBoxBackgroundActive: --base --75, 275 --wcfTabularBoxBackgroundActive: --base --75,
272 276
273 --wcfButtonBackground: --base --50, 277 --wcfButtonBackground: --base --50,
@@ -354,7 +358,7 @@ $themes-spec: (
354 358
355 --wcfContentBackground: --base --100, 359 --wcfContentBackground: --base --100,
356 --wcfContentBorderInner: --base --300, 360 --wcfContentBorderInner: --base --300,
357 --wcfContentBorder: --wcfContentBorderInnerDark, 361 --wcfContentBorder: --wcfContentBorderInner,
358 --wcfContentDimmedText: --base --600, 362 --wcfContentDimmedText: --base --600,
359 --wcfContentDimmedLink: --base --900, 363 --wcfContentDimmedLink: --base --900,
360 --wcfContentText: --base --800, 364 --wcfContentText: --base --800,
@@ -379,13 +383,13 @@ $themes-spec: (
379 --wcfButtonPrimaryTextActive: --red --1200-text, 383 --wcfButtonPrimaryTextActive: --red --1200-text,
380 384
381 --wcfContentContainerBackground: --base --200, 385 --wcfContentContainerBackground: --base --200,
382 --wcfContentContainerBorder: --wcfContentContainerBackgroundDark, 386 --wcfContentContainerBorder: --wcfContentContainerBackground,
383 387
384 --wcfSidebarBackground: --wcfContentBackground, 388 --wcfSidebarBackground: --wcfContentBackground,
385 --wcfSidebarBorder: transparent, 389 --wcfSidebarBorder: transparent,
386 --wcfSidebarLink: --link --fg, 390 --wcfSidebarLink: --link --fg,
387 --wcfSidebarLinkActive: --link --active, 391 --wcfSidebarLinkActive: --link --active,
388 --wcfSidebarText: --wcfContentTextDark, 392 --wcfSidebarText: --wcfContentText,
389 --wcfSidebarDimmedLink: --wcfSidebarDimmedText, 393 --wcfSidebarDimmedLink: --wcfSidebarDimmedText,
390 --wcfSidebarDimmedLinkActive: --wcfSidebarDimmedText, 394 --wcfSidebarDimmedLinkActive: --wcfSidebarDimmedText,
391 395