Skip to content

Commit

Permalink
fix hr color on bg-dark
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahiss committed Jul 11, 2023
1 parent 214f1d0 commit 8b46e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ $blockquote-line-height: 1.5 !default; // Boosted mod
$blockquote-letter-spacing: $letter-spacing-base * .25 !default; // Boosted mod

$hr-margin-y: $spacer !default;
$hr-color: inherit !default;
$hr-color: var(--#{$prefix}heading-color) !default; // Boosted mod

// fusv-disable
$hr-bg-color: null !default; // Deprecated in v5.2.0
Expand Down

0 comments on commit 8b46e1f

Please sign in to comment.