Skip to content

Commit

Permalink
apply font weight bold to h4
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Dec 24, 2021
1 parent ca20e38 commit 2c2f7f5
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 @@ -69,7 +69,8 @@
padding: 0.4rem 1rem 0.1rem;
}

.doc h3:not(.discrete) {
.doc h3:not(.discrete),
.doc h4:not(.discrete) {
font-weight: var(--alt-heading-font-weight);
}

Expand Down

0 comments on commit 2c2f7f5

Please sign in to comment.