Skip to content

Commit afb53f0

Browse files
authored
Merge pull request #11510 from quarto-dev/bugfix/11509
link-decoration: inherit -> null
2 parents 37bc223 + 9cc41a4 commit afb53f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/formats/html/bootstrap/_bootstrap-variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ $font-weight-monospace-inline: $font-weight-monospace !default;
269269
$code-block-font-size: $code-font-size !default;
270270
$code-inline-font-size: $code-font-size !default;
271271
$link-weight: $font-weight-base !default;
272-
$link-decoration: inherit !default;
272+
$link-decoration: null !default;
273273

274274
// border colors
275275
$border-color: mix(

0 commit comments

Comments
 (0)