From e833e187488677f5e9563b6acf192c4f012c2e32 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Tue, 4 Feb 2025 22:07:59 -0500 Subject: [PATCH] header styling --- resources/main.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/main.css b/resources/main.css index 602362d..7d02554 100644 --- a/resources/main.css +++ b/resources/main.css @@ -26,9 +26,14 @@ body { .site-logo { color: light-dark(#d6000c, #ed4a46); + font-size: 2rem; + font-weight: bold; } .site-tagline { + color: light-dark(#909995, #777777); + font-size: 0.9rem; + font-style: italic; } .post-body {