Skip to content

Commit

Permalink
Make h5 bold
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe committed Jun 14, 2024
1 parent 21be2b6 commit e4493c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/css/doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
}

.doc h3:not(.discrete),
.doc h4:not(.discrete) {
.doc h4:not(.discrete),
.doc h5:not(.discrete) { /* scouten [2024-06-13]: Added h5 to this list */
font-weight: var(--alt-heading-font-weight);
}

Expand Down

0 comments on commit e4493c1

Please sign in to comment.