From 14b43d615b48913b559519b8a6dbc28f6a8f9e7d Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 14 Jul 2025 22:48:16 -0400 Subject: [PATCH] update stylesheet --- content/static/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/content/static/style.css b/content/static/style.css index 7a3a178..d900bda 100644 --- a/content/static/style.css +++ b/content/static/style.css @@ -31,6 +31,18 @@ header { text-transform: lowercase; } +.post-nav { + font-family: monospace; +} + +.post-nav .symbol { + color: var(--main-bullet-color); +} + +.post-nav a { + margin: 0 2px; +} + .site-logo { color: inherit; font-weight: bold;