From e753805b0437df9099c01b5b72450937685102eb Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Wed, 29 Nov 2023 15:41:48 +0100 Subject: [PATCH] fixup! fix: make headers on the website bold 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 d4ab82dc53788..1d5270e3ec851 100644 --- a/styles/old/base.css +++ b/styles/old/base.css @@ -19,7 +19,7 @@ h2, h3, h4, h5 { - font-weight: bold; + font-weight: 700; } h2 {