From 7ecc381930211725134403c9ad2248e221c04e9a Mon Sep 17 00:00:00 2001 From: Alexis Fourmaux Date: Tue, 13 May 2025 01:57:20 +0200 Subject: [PATCH] fix: Improve main title header --- sass/_base.scss | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/sass/_base.scss b/sass/_base.scss index 85b2e03..012e0bd 100644 --- a/sass/_base.scss +++ b/sass/_base.scss @@ -31,15 +31,23 @@ section { border-bottom-color: var(--surface0); border-bottom-style: solid; + &>h1.title { + font-size: 3rem; + font-weight: 900; + margin-bottom: 0; + margin-top: 0; + } + &>p { &.metadata { + color: var(--subtext0); font-size: .8rem; font-style: italic; text-align: end; } &.subtitle { - color: var(--subtext0); + color: var(--subtext1); font-size: 1.5rem; margin-top: 0; margin-bottom: 2rem; @@ -53,13 +61,6 @@ h1 { font-weight: medium; margin-top: 2rem; margin-bottom: 1rem; - - &.title { - font-size: 3rem; - font-weight: 900; - margin-bottom: 0; - color: var(--maroon); - } } h2 {