Use small caps for h[2-4]
Anirudh Oppiliappan x@icyphox.sh
Sun, 06 Sep 2020 09:24:58 +0530
1 files changed,
4 insertions(+),
2 deletions(-)
jump to
M
static/style.css
→
static/style.css
@@ -310,16 +310,18 @@ }
.subtitle { font-style: italic; + font-weight: normal; + font-variant: unset; color: var(--dark); padding-bottom: 30px; } h2, h3, h4 { - font-weight: normal; + font-variant: all-small-caps; } h2 { - color: var(--gray); + color: var(--dark); } h3 {