Skip to content

Commit fab3d0c

Browse files
committed
chore: stick with Sass variables
1 parent b8093a9 commit fab3d0c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,9 @@ div.sourceCode {
835835
@if $code-block-bg {
836836
background-color: $code-block-bg-color;
837837
border: 1px solid $code-block-bg-color;
838-
border-radius: var(--quarto-border-radius);
838+
@if $enable-rounded {
839+
border-radius: $border-radius;
840+
}
839841
} @else {
840842
background-color: $body-bg !important;
841843
border: none;

0 commit comments

Comments
 (0)