-
DescriptionDefault Bootstrap 5 style maintain the basic underline decoration in links. So do most of Bootswatch themes. However, default Quarto style has removed it. I think basic Quarto drew underlines in links a few years ago. I have found no configuration setting to change that behaviour. Is there a way to recover underline in links, other that setting my own css/scss? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
See (S)CSS theming https://quarto.org/docs/output-formats/html-themes.html (i.e., no you have to use (S)CSS) And for some settings via the Brand feature: https://prerelease.quarto.org/docs/authoring/brand.html |
Beta Was this translation helpful? Give feedback.
-
I think this is a regression Quarto 1.6 compared to Quarto 1.5 due to this to support brand feature regarding typography on link The default has been changed to I'll open an issue to discuss this change. |
Beta Was this translation helpful? Give feedback.
With Quarto 1.6 it could be indeed added back using new brand feature
Otherwise, this is controlled by
$link-decoration
SCSS variable.$link-decoration: underline;
in a theme file