From 5429f265a5e47ff63363cb7c145de9198ca73c86 Mon Sep 17 00:00:00 2001 From: Matt Kosarek Date: Wed, 18 Feb 2026 17:15:51 -0500 Subject: bugfix: fixing themeing --- public/index.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'public/index.css') diff --git a/public/index.css b/public/index.css index 4800826..63098f9 100644 --- a/public/index.css +++ b/public/index.css @@ -21,7 +21,7 @@ header > h1 { } header > nav { - margin-top: 2rem; + margin-top: 1rem; margin-bottom: 1rem; padding-left: 0.25rem; } @@ -32,21 +32,23 @@ header > nav > ul { list-style-type: none; margin: 0; padding: 0; + gap: 1rem; } header > nav > ul > li { - padding-right: 1rem; + display: flex; + align-items: center; } header > nav > ul a { text-decoration: none; - color: blue; + color: darkviolet; font-size: 1rem; border-bottom: 1px solid transparent; } header > nav > ul a:hover { - opacity: 0.7; + opacity: 0.8; text-decoration: underline; } -- cgit v1.2.1