Skip to content

Commit 36c6d9e

Browse files
authored
fix: add explicit h5 heading styles to maintain size hierarchy (#381)
* fix: add explicit h5 heading styles to maintain size hierarchy * style: use 1rem instead of 1.0rem for consistency
1 parent 371261e commit 36c6d9e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/quantecon_book_theme/assets/styles/_base.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,13 @@ h4 {
147147
color: #000;
148148
}
149149

150+
h5 {
151+
font-size: 1rem;
152+
font-family: "Source Sans Pro", sans-serif;
153+
font-weight: 900;
154+
color: #000;
155+
}
156+
150157
// Emphasis styling - replace italics with color and semi-bold weight
151158
em {
152159
font-style: normal;

0 commit comments

Comments
 (0)