From 508fba5266a5b756306fb43a08a14aa2fefd6702 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 3 Jul 2025 02:19:40 -0400 Subject: [PATCH] adjusted inline code font style in default stylesheet --- src/zona/data/content/static/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/zona/data/content/static/style.css b/src/zona/data/content/static/style.css index 5b30cbf..675056d 100644 --- a/src/zona/data/content/static/style.css +++ b/src/zona/data/content/static/style.css @@ -147,6 +147,7 @@ pre { border-radius: 3px; background-color: #1d1d1d; color: #d5d5d5; + font-size: 0.85em; } /* Block code styling (inherits from pre) */ @@ -242,3 +243,5 @@ small a { } + +