From: Gabriel Dunne Date: Sat, 26 Aug 2023 16:50:53 +0000 (-0700) Subject: Update CSS X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=b877028982284870612b9eeb3b4a9431e9ad7d18;p=gabrieldunne.com-site.git Update CSS --- 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;*/ }