Skip to content

Commit f165492

Browse files
committed
Add text decoration to admonition
1 parent c4b3e00 commit f165492

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/css/content/admonition.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108

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

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

0 commit comments

Comments
 (0)