From de3787209e0f3b5125337e3daa20f602c471956b Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Fri, 29 Dec 2023 18:16:19 +0800 Subject: [PATCH] Make bold less bold --- src/components/status.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/status.css b/src/components/status.css index 589766ac..aadd0f4f 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -767,6 +767,9 @@ .status .content ul { list-style-type: disc; } +.status .content :is(strong, b) { + font-weight: 600; +} .status .content .invisible { display: none; }