diff --git a/pub/style/style.css b/pub/style/style.css index 5f772d1..0b908be 100644 --- a/pub/style/style.css +++ b/pub/style/style.css @@ -282,11 +282,11 @@ dd { #footer a { color: white; background-color: transparent; - text-decoration: underline; + text-decoration: none; } #footer a:hover { - text-decoration: none; + text-decoration: underline; }