From 4b6f5e74bc4e3fbd721f0aa4ae92a9cc6e6658fe Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Sun, 15 Mar 2020 09:34:28 +0000 Subject: [PATCH] Remove underline that was messing with bottom edge of highlight --- Website/wwwroot/css/style.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Website/wwwroot/css/style.less b/Website/wwwroot/css/style.less index f9d5187..5e935e0 100644 --- a/Website/wwwroot/css/style.less +++ b/Website/wwwroot/css/style.less @@ -55,6 +55,10 @@ h1, h2, h3, h4, h5, h6 { a { color: inherit; text-decoration: underline; + + &:hover { + text-decoration: none; + } } }