diff options
| author | nsfisis <nsfisis@gmail.com> | 2022-08-31 23:29:01 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2022-08-31 23:29:06 +0900 |
| commit | e62766a66e879449c6dab637b4111960bede4034 (patch) | |
| tree | e4ce51d3c240e22cb2d4ed4612fbef00adcdfd4f | |
| parent | b8395dc59f229fd8cf3aef084698ea139f792e82 (diff) | |
| download | blog.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.css | 2 |
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; |
