From e62766a66e879449c6dab637b4111960bede4034 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 31 Aug 2022 23:29:01 +0900 Subject: theme: change font-weight for strong and b tags --- themes/mypaper/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/mypaper/static/style.css b/themes/mypaper/static/style.css index 3430aaf..16d5710 100644 --- a/themes/mypaper/static/style.css +++ b/themes/mypaper/static/style.css @@ -80,7 +80,7 @@ p { } strong, b { - font-weight: 500; + font-weight: bold; } ul { margin: 0; -- cgit v1.2.3-70-g09d2