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.
$border-radius
1 parent 56491fa commit 121e5ecCopy full SHA for 121e5ec
src/resources/formats/html/_quarto-rules.scss
@@ -587,7 +587,7 @@ div.ansi-escaped-output {
587
--quarto-text-muted: #{$text-muted};
588
--quarto-border-color: #{$table-border-color};
589
--quarto-border-width: #{$border-width};
590
- --quarto-border-radius: #{if($enable-rounded == true, $border-rounded, 0)};
+ --quarto-border-radius: #{if($enable-rounded == true, $border-radius, 0)};
591
}
592
593
/* rules to support GT table styling */
0 commit comments