aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-08-31 23:29:01 +0900
committernsfisis <nsfisis@gmail.com>2022-08-31 23:29:06 +0900
commite62766a66e879449c6dab637b4111960bede4034 (patch)
treee4ce51d3c240e22cb2d4ed4612fbef00adcdfd4f
parentb8395dc59f229fd8cf3aef084698ea139f792e82 (diff)
downloadblog.nsfisis.dev-e62766a66e879449c6dab637b4111960bede4034.tar.gz
blog.nsfisis.dev-e62766a66e879449c6dab637b4111960bede4034.tar.zst
blog.nsfisis.dev-e62766a66e879449c6dab637b4111960bede4034.zip
theme: change font-weight for strong and b tags
-rw-r--r--themes/mypaper/static/style.css2
1 files changed, 1 insertions, 1 deletions
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;