From 09c1810f71fed44b49dd6d0ee92faf6128656b03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Tue, 23 Oct 2018 15:43:47 +0200 Subject: [PATCH] Headings standard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/apps.scss | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/core/css/apps.scss b/core/css/apps.scss index dc05d2b3fbb..954b08a114d 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -17,22 +17,33 @@ */ /* BASE STYLING ------------------------------------------------------------ */ - -h2, -h3, -h4 { +h1, +h2 { font-weight: bold; } +h1 { + font-size: 26px; + margin-bottom: 12px; + line-height: 40px; + color: var(--color-text-lighter); +} + h2 { font-size: 20px; margin-bottom: 12px; - line-height: 140%; + line-height: 30px; + color: var(--color-text-light); } h3 { - font-size: 15px; + font-size: 16px; margin: 12px 0; + color: var(--color-text-light); +} + +h4 { + font-size: 14px; } /* do not use italic typeface style, instead lighter color */