From 64c85d89037fe03fbbb6be36d06d9dccdfa079c8 Mon Sep 17 00:00:00 2001 From: Michael Milette Date: Thu, 18 Apr 2024 15:02:21 -0400 Subject: [PATCH] Fine tuning for headings. --- scss/defaultvariables.scss | 8 ++++---- scss/trema/elements.scss | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/scss/defaultvariables.scss b/scss/defaultvariables.scss index 8a7f479..08ed35b 100644 --- a/scss/defaultvariables.scss +++ b/scss/defaultvariables.scss @@ -93,10 +93,10 @@ $softness: 0 !default; $h1: 2rem !default; $h2: 1.75rem !default; -$h3: 1.25rem !default; -$h4: 1.1rem !default; -$h5: 0.9rem !default; -$h6: 0.7rem !default; +$h3: 1.40rem !default; +$h4: 1.20rem !default; +$h5: 1.1rem !default; +$h6: 0.9rem !default; $placeholder-color: #717171 !default; diff --git a/scss/trema/elements.scss b/scss/trema/elements.scss index 993a850..6cb1087 100644 --- a/scss/trema/elements.scss +++ b/scss/trema/elements.scss @@ -27,24 +27,24 @@ body #page { h3, .h3 { font-size: $h3; - font-weight: normal; + font-weight: 600; } h4, .h4 { font-size: $h4; - font-weight: lighter; + font-weight: 600; } h5, .h5 { font-size: $h5; line-height: normal; - font-weight: lighter; + font-weight: normal; } h6, .h6 { font-size: $h6; line-height: normal; - font-weight: lighter; + font-weight: normal ; } //blockquote