From 8a90044faf970902acf47314049ea24a0b5c22d4 Mon Sep 17 00:00:00 2001 From: jutty Date: Sun, 21 Dec 2025 14:53:51 -0300 Subject: [PATCH] Add a smal margin to inline code --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 8948f40..a7cdd59 100644 --- a/static/style.css +++ b/static/style.css @@ -21,6 +21,7 @@ pre { code { padding: 3px 6px; border-radius: 6px; + margin-right: 2px; } pre, code {