From f47a12bcad2165b9f2034db668b5732d4765084e Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 13 Jun 2019 00:09:56 +0200 Subject: Adjust heading design and rhythm Signed-off-by: Jan-Christoph Borchardt --- css/prosemirror.scss | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'css') diff --git a/css/prosemirror.scss b/css/prosemirror.scss index c0200af46..7b96cc311 100644 --- a/css/prosemirror.scss +++ b/css/prosemirror.scss @@ -38,19 +38,19 @@ } .ProseMirror h1 { - font-size: 24px; + font-size: 36px; } .ProseMirror h2 { - font-size: 22px; + font-size: 28px; } .ProseMirror h3 { - font-size: 20px; + font-size: 24px; } .ProseMirror h4 { - font-size: 18px; + font-size: 21px; } .ProseMirror h5 { - font-size: 16px; + font-size: 17px; } .ProseMirror h6 { font-size: 14px; @@ -62,8 +62,10 @@ .ProseMirror h5, .ProseMirror h6 { font-weight: 600; - margin-top: 10px; - margin-bottom: 20px; + line-height: 120%; + margin-top: 24px; + margin-bottom: 12px; + color: var(--color-main-text); } .ProseMirror img { -- cgit v1.2.3