summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-11-23 21:23:17 +0200
committerPaul Buetow <paul@buetow.org>2022-11-23 21:23:17 +0200
commit607c1f5f93a482a484136b1630853fdaaef156c5 (patch)
treed58061dc5ff56bf12588a3007b0ae65f9d86a359
parentab839a744bf3ee29e8b65a36493ee5a496d56db4 (diff)
change inline code padding
-rw-r--r--extras/html/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/html/style.css b/extras/html/style.css
index 1965786..981bc7e 100644
--- a/extras/html/style.css
+++ b/extras/html/style.css
@@ -144,6 +144,6 @@ span.inlinecode {
font-family: monospace;
border: 2px solid #aaaaaa;
color: #ffa500;
- padding: 3px;
+ padding: 1px;
background-color: #000000;
}