Skip to content

Commit 0f2f912

Browse files
doc: add font size for h4 in docs (#99)
1 parent 156526d commit 0f2f912

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/_static/css/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ h3 {
9292
font-weight: 700;
9393
}
9494

95+
h4 {
96+
font-size: 18px;
97+
}
98+
9599
/* Keep link color for visited links */
96100
a:visited {
97101
color: var(--pst-color-link);

0 commit comments

Comments
 (0)