« get me outta code hell

css: make inline code slightly smaller - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static
diff options
context:
space:
mode:
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
commit33e73ad062c6155864c30812476f9347150d6c8c (patch)
tree223772aef993bfd20137253624896158f0906a20 /src/static
parentf03f63079b395cb2bf693ce4130546ffe93a319d (diff)
css: make inline code slightly smaller
Diffstat (limited to 'src/static')
-rw-r--r--src/static/site6.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/static/site6.css b/src/static/site6.css
index 8b87fd2..47bd0e6 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 {