From 1941d7130ea4f83ea1aab98ac65c0cc298d56755 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Tue, 19 Nov 2019 22:50:00 +0100 Subject: #100, Make h4, h5 and h6 bolder and increase font size --- assets/_markdown.scss | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'assets') diff --git a/assets/_markdown.scss b/assets/_markdown.scss index 3c0ccac..d00e8bb 100644 --- a/assets/_markdown.scss +++ b/assets/_markdown.scss @@ -3,16 +3,28 @@ .markdown { line-height: 1.6em; - h1, h2, h3, h4, h5 { + // remove padding at the beginning of page + > :first-child { + margin-top: 0; + } + + h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height: 1em; margin-top: 1.5em; margin-bottom: $padding-16; } - // remove padding at the beginning of page - > :first-child { - margin-top: 0; + h4, h5, h6 { + font-weight: bolder; + } + + h5 { + font-size: .875em; + } + + h6 { + font-size: .75em; } b, optgroup, strong { -- cgit v1.2.3