Skip to content

Commit

Permalink
Inline $post-header-background
Browse files Browse the repository at this point in the history
  • Loading branch information
danon committed Dec 6, 2024
1 parent cdc3c2d commit 1b15096
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/feature/lookAndFeel/lookAndFeel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

$body-background: (light: style.$neutral-000, dark: style.$neutral-600);
$post-background: (light: style.$white, dark: style.$neutral-500);
$post-header-background: (light: none, dark: none);
$post-header-border-color: (light: style.$neutral-050, dark: style.$neutral-400);
$section-heading-divider-color: (light: style.$neutral-100, dark: style.$neutral-400);
$aside-border-color: $section-heading-divider-color;
Expand All @@ -19,7 +18,7 @@ $forum-aside-radius: 8px;
@include theme.var(--body-background, $body-background);
@include theme.var(--post-background, $post-background);
@include theme.var(--post-border, (light: none, dark: none));
@include theme.var(--post-header-background, $post-header-background);
@include theme.var(--post-header-background, (light: none, dark: none));
@include theme.var(--post-header-border-color, $post-header-border-color);
@include theme.var(--section-heading-divider-color, $section-heading-divider-color);
@include theme.var(--aside-border-color, $aside-border-color);
Expand Down

0 comments on commit 1b15096

Please sign in to comment.