From 2905f241d6123691ff720f51d966606f6528962b Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 1 Mar 2023 14:00:01 +0100 Subject: Remove underline --- htdocs/static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/static/style.css b/htdocs/static/style.css index 1ef3dd2..2fcedad 100644 --- a/htdocs/static/style.css +++ b/htdocs/static/style.css @@ -10,6 +10,7 @@ h1, h2, .navbar-brand { } a { color: #F50; + text-decoration: none; } a:hover { color: #05A; -- cgit v1.2.3