-
I can't get monobackgroundcolor to take effect as described in https://quarto.org/docs/output-formats/html-themes.html#sass-variables. Here is a reproducible example.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
We correctly map the variable to the bootstrap rule, but this will only have effect on non-computation code blocks, from the comment quarto-cli/src/resources/formats/html/bootstrap/_bootstrap-rules.scss Lines 870 to 881 in 60edc74 So it should indeed work for the inline code, but it gets override by the rule right after quarto-cli/src/resources/formats/html/bootstrap/_bootstrap-rules.scss Lines 883 to 889 in 60edc74 Both targets @dragonstyle a new issue ? Or is this something expected depending on the theme ? |
Beta Was this translation helpful? Give feedback.
We correctly map the variable to the bootstrap rule, but this will only have effect on non-computation code blocks, from the comment
quarto-cli/src/resources/formats/html/bootstrap/_bootstrap-rules.scss
Lines 870 to 881 in 60edc74
So it should indeed work for the inline code, but it gets override by the rule right after