From 95100bd9fd30ca030f3f8da0fcb47bf02e4cce47 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Wed, 29 Nov 2023 15:59:14 +0100 Subject: [PATCH] fix: make headers on the website bold (#6146) * fix: make headers on the website bold This makes the posts more readable Signed-off-by: Joyee Cheung * fixup! fix: make headers on the website bold Signed-off-by: Joyee Cheung --------- Signed-off-by: Joyee Cheung --- styles/old/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/old/base.css b/styles/old/base.css index a912cffec4b29..1d5270e3ec851 100644 --- a/styles/old/base.css +++ b/styles/old/base.css @@ -19,7 +19,7 @@ h2, h3, h4, h5 { - font-weight: 400; + font-weight: 700; } h2 {