Skip to content

Commit 5fd45f9

Browse files
committed
docs: underline level four heading links too
1 parent 81dfce9 commit 5fd45f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/src/components/markdown.module.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,9 @@
156156
@apply text-xl;
157157
}
158158

159-
.markdown > h2 > a, .markdown > h3 > a {
159+
.markdown > h2 > a,
160+
.markdown > h3 > a,
161+
.markdown > h4 > a {
160162
@apply underline;
161163
}
162164

0 commit comments

Comments
 (0)