From a119d36cc9076b5d244cf20b8c2680b58d166741 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 28 Dec 2023 17:59:23 +0100 Subject: [PATCH] Tweak heading style --- blog/sass/css/edition-3/main.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/blog/sass/css/edition-3/main.scss b/blog/sass/css/edition-3/main.scss index bd0eaefc..cbed35e5 100644 --- a/blog/sass/css/edition-3/main.scss +++ b/blog/sass/css/edition-3/main.scss @@ -76,7 +76,7 @@ html { --background-color: #fff; --text-color: #515151; --heading-color: #313131; - --heading-code-color: #a0565c; + --heading-code-color: #313131; --link-color: #268bd2; --hr-color-top: #eee; --hr-color-bottom: #fff; @@ -181,11 +181,11 @@ h6 { text-rendering: optimizeLegibility; } h1 { - font-size: 2rem; + font-size: 2.25rem; } h2 { margin-top: 1rem; - font-size: 1.5rem; + font-size: 1.75rem; } h3 { margin-top: 1.5rem; @@ -196,6 +196,7 @@ h5, h6 { margin-top: 1rem; font-size: 1rem; + font-style: italic; } /* Body text */