From d80fb8548445267698ef7ba6d5b104f5cee0f809 Mon Sep 17 00:00:00 2001 From: Thomas Amland Date: Sun, 23 Aug 2020 14:31:44 +0200 Subject: [PATCH] underline nav on hover --- src/style/nav.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style/nav.scss b/src/style/nav.scss index ff81720..7aa587d 100644 --- a/src/style/nav.scss +++ b/src/style/nav.scss @@ -13,6 +13,7 @@ ul.nav-underlined { } a:hover, a:focus { text-decoration: none; + border-bottom: 2px solid rgba(#fff, .25); } a.active { border-bottom: 2px solid;