Skip to content

Commit

Permalink
Add text decoration to admonition
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Aug 22, 2023
1 parent c4b3e00 commit f165492
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/css/content/admonition.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@

.content-inner blockquote :is(h3, h4):is(.warning, .error, .info, .neutral, .tip) :is(a, a:visited) {
color: inherit;
text-decoration-color: currentColor;
}

@media screen and (max-width: 768px) {
Expand Down

0 comments on commit f165492

Please sign in to comment.