From 2626223f10776bf0d78560d4faa2fc9f5ed1df4e Mon Sep 17 00:00:00 2001 From: Magnus Hoff Date: Wed, 1 Nov 2017 12:56:24 +0100 Subject: [PATCH] Styling for h4, h5, h6. Why do you need these? --- assets/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/assets/style.css b/assets/style.css index f93407c..2dd73f5 100644 --- a/assets/style.css +++ b/assets/style.css @@ -31,7 +31,7 @@ article h1 { margin-bottom: 0; } -h2, h3 { +h2, h3, h4, h5, h6 { font-family: inherit; font-size: 18px; line-height: 32px; @@ -49,11 +49,16 @@ h3 { font-style: italic; } +h4, h5, h6 { + font-weight: normal; + font-style: normal; +} + article ul, article ol { padding-left: 32px; } -h1+*, h2+*, h3+* { +h1+*, h2+*, h3+*, h4+*, h5+*, h6+* { margin-top: 0; }