From b877028982284870612b9eeb3b4a9431e9ad7d18 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Sat, 26 Aug 2023 09:50:53 -0700 Subject: [PATCH] Update CSS --- css/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/main.css b/css/main.css index c5fee50..a61b6ef 100755 --- a/css/main.css +++ b/css/main.css @@ -272,6 +272,10 @@ margin: 13em 0 2em 0; font-weight: normal; text-decoration: none; } +.nav a:hover { + text-decoration: underline; + text-decoration-color: #aaa; +} .nav .indent { /* padding-left:0.5em;*/ } -- 2.34.1