Skip to content

Commit 2c2f7f5

Browse files
committed
apply font weight bold to h4
1 parent ca20e38 commit 2c2f7f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/css/doc.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@
6969
padding: 0.4rem 1rem 0.1rem;
7070
}
7171

72-
.doc h3:not(.discrete) {
72+
.doc h3:not(.discrete),
73+
.doc h4:not(.discrete) {
7374
font-weight: var(--alt-heading-font-weight);
7475
}
7576

0 commit comments

Comments
 (0)