-
Notifications
You must be signed in to change notification settings - Fork 383
Closed
Labels
bugSomething isn't workingSomething isn't workinghtmlIssues with HTML and related web technology (html/css/scss/js)Issues with HTML and related web technology (html/css/scss/js)regressionFunctionality that used to work but now is broken.Functionality that used to work but now is broken.themesRelated to HTML theming or any other style related issue (like highlight-style)Related to HTML theming or any other style related issue (like highlight-style)
Milestone
Description
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 inherit
$link-decoration: inherit !default; |
which overwrite previous rule set by bootstrap
$link-decoration: underline !default; |
Originally posted by @cderv in #11496 (comment)
---
title: Test
format: html
---
Link to [quarto.org](https://quarto.org)
Quarto 1.6
Quarto 1.5
DOH-FAA3303
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghtmlIssues with HTML and related web technology (html/css/scss/js)Issues with HTML and related web technology (html/css/scss/js)regressionFunctionality that used to work but now is broken.Functionality that used to work but now is broken.themesRelated to HTML theming or any other style related issue (like highlight-style)Related to HTML theming or any other style related issue (like highlight-style)