We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8093a9 commit fab3d0cCopy full SHA for fab3d0c
src/resources/formats/html/bootstrap/_bootstrap-rules.scss
@@ -835,7 +835,9 @@ div.sourceCode {
835
@if $code-block-bg {
836
background-color: $code-block-bg-color;
837
border: 1px solid $code-block-bg-color;
838
- border-radius: var(--quarto-border-radius);
+ @if $enable-rounded {
839
+ border-radius: $border-radius;
840
+ }
841
} @else {
842
background-color: $body-bg !important;
843
border: none;
0 commit comments