From cac2de71ab01b8c7c14d393a6de8a76a1cc5845d Mon Sep 17 00:00:00 2001 From: Athanasios Date: Wed, 13 Oct 2021 23:35:58 +0200 Subject: [PATCH] Underline the menu items when hovering --- css/m4lab.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/m4lab.css b/css/m4lab.css index d7aa83b..b28e390 100644 --- a/css/m4lab.css +++ b/css/m4lab.css @@ -119,8 +119,8 @@ h1, .h1 { color: darkgrey; } -.nav-link:hover, .nav-link:focus { - color: black; +.nav-link:hover { + text-decoration: underline; } .projectimg { -- GitLab