From 607c1f5f93a482a484136b1630853fdaaef156c5 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 23 Nov 2022 21:23:17 +0200 Subject: change inline code padding --- extras/html/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/html/style.css') 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; } -- cgit v1.2.3