From de86a92928c77570b104318d7baccd85877c894c Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 14 Jul 2025 16:24:28 -0400 Subject: [PATCH] added title styling to default stylesheet --- src/zona/data/content/static/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/zona/data/content/static/style.css b/src/zona/data/content/static/style.css index 56bbae9..9e5633e 100644 --- a/src/zona/data/content/static/style.css +++ b/src/zona/data/content/static/style.css @@ -90,6 +90,11 @@ h1 { font-weight: bold; } +.title { + text-transform: lowercase; + font-family: monospace; +} + article h1:first-of-type { margin-block-start: 1.67rem; }