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; + } } }