From 6418b64672591758c4814d3c5c056d9815a2256c Mon Sep 17 00:00:00 2001 From: "N0\\A" Date: Sun, 8 Mar 2026 14:26:05 +0100 Subject: [PATCH] Better logo style --- styles/kewt.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/styles/kewt.css b/styles/kewt.css index b894483..e1b528d 100644 --- a/styles/kewt.css +++ b/styles/kewt.css @@ -43,6 +43,15 @@ header h1 { font-style: italic; } +.site-logo { + vertical-align: middle; + height: 1.1em; + width: auto; + border: none; + margin-right: 0.2em; + margin-top: -0.1em; +} + header a { color: var(--fg); text-decoration: none;