Skip to content

Commit e208e47

Browse files
jaydee-coderdavide125
authored andcommitted
styling: Increase font size for headings
- Increase the heading sizes to more reasonable values. - Change the color of the `h5` heading from light to dark gray Signed-off-by: jaydee-coder <[email protected]>
1 parent bf7eda0 commit e208e47

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

docs/stylesheets/extra.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,19 @@
55
--md-accent-fg-color: #D3506F;
66
--md-footer-bg-color: #2C2C2C;
77
--md-footer-bg-color--dark: #2C2C2C;
8+
--md-default-fg-color--light: #000000B0;
89
}
10+
11+
/* Heading overrides as the default ones are very small */
12+
.md-typeset {
13+
h4 {
14+
font-size: 0.95rem;
15+
}
16+
h5 {
17+
font-size: 0.8rem;
18+
}
19+
h6 {
20+
font-size: 0.7rem;
21+
}
22+
}
23+

0 commit comments

Comments
 (0)