From 0dd84e4952f0ed6468b3955346431ffe0196b439 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sat, 10 Aug 2019 19:58:36 -0400 Subject: [PATCH] style.css: Add missing h5, h6 styling --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 7be8a3d..2c5aafb 100644 --- a/style.css +++ b/style.css @@ -278,7 +278,7 @@ aside.sm { } -h1, h2, h3, h4 { +h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height: 1.25em; text-align: left; @@ -288,6 +288,8 @@ h1 { font-size: 1.7em; } h2 { font-size: 1.4em; } h3 { font-size: 1.3em; } h4 { font-size: 1.2em; } +h5 { font-size: 1.1em; } +h6 { font-size: 1.0em; } h1 a,