Skip to content

Commit

Permalink
headings fix
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Jan 13, 2023
1 parent b229566 commit 0d6861a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/scss/_variables.scss
Expand Up @@ -54,7 +54,7 @@ $font-weight-normal: 400 !default;
$font-weight-medium: 500 !default;
$font-weight-bold: 600 !default;

$headings-font-weight: var(--#{$prefix}font-weight-medium) !default;
$headings-font-weight: var(--#{$prefix}font-weight-bold) !default;

$font-weights: (
light: $font-weight-light,
Expand Down
2 changes: 1 addition & 1 deletion src/scss/ui/_type.scss
Expand Up @@ -68,7 +68,7 @@ h6,
strong,
.strong,
b {
font-weight: var(--#{$prefix}font-weight-bold);
font-weight: $headings-font-weight;
}

blockquote {
Expand Down

0 comments on commit 0d6861a

Please sign in to comment.