diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-01-17 13:59:34 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-01-17 13:59:34 -0400 |
commit | 33e73ad062c6155864c30812476f9347150d6c8c (patch) | |
tree | 223772aef993bfd20137253624896158f0906a20 | |
parent | f03f63079b395cb2bf693ce4130546ffe93a319d (diff) |
css: make inline code slightly smaller
-rw-r--r-- | src/static/site6.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/static/site6.css b/src/static/site6.css index 8b87fd2b..47bd0e60 100644 --- a/src/static/site6.css +++ b/src/static/site6.css @@ -868,9 +868,10 @@ li .by a { } p code { - font-size: 1em; - font-family: "courier new"; + font-size: 0.95em; + font-family: "courier new", monospace; font-weight: 800; + line-height: 1.1; } #content blockquote { |