Skip to content

Commit

Permalink
inherit -> null. Closes #11509
Browse files Browse the repository at this point in the history
  • Loading branch information
cscheid committed Nov 22, 2024
1 parent 88819d5 commit 9cc41a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ $font-weight-monospace-inline: $font-weight-monospace !default;
$code-block-font-size: $code-font-size !default;
$code-inline-font-size: $code-font-size !default;
$link-weight: $font-weight-base !default;
$link-decoration: inherit !default;
$link-decoration: null !default;

// border colors
$border-color: mix(
Expand Down

0 comments on commit 9cc41a4

Please sign in to comment.