From 0a94e1c6818ef5bc937d4b91c86d24cf0bd8262c Mon Sep 17 00:00:00 2001 From: Basilisk3 <126026384+Basilisk3@users.noreply.github.com> Date: Thu, 5 Sep 2024 01:43:58 +0200 Subject: [PATCH] Github.io changelog: increase the font-weight of the level 1 heading (#6392) Increases weight of h1 above h2, as it looked odd before. --- docs/_sass/color_schemes/faf.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/_sass/color_schemes/faf.scss b/docs/_sass/color_schemes/faf.scss index 0e09a74d63..ad8fd0319e 100644 --- a/docs/_sass/color_schemes/faf.scss +++ b/docs/_sass/color_schemes/faf.scss @@ -1,2 +1,6 @@ $link-color: $blue-100; -$body-text-color: $grey-dk-300; \ No newline at end of file +$body-text-color: $grey-dk-300; + +h1 { + font-weight: 600; +} \ No newline at end of file