From 21a8f2298e59fee24b9bcca16ee18fcb5d88d40e Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 13 Jul 2020 20:48:19 +0100 Subject: [PATCH] Remove text decoration from links Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- res/css/_common.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/res/css/_common.scss b/res/css/_common.scss index 6e70618142..1ff7f24396 100644 --- a/res/css/_common.scss +++ b/res/css/_common.scss @@ -75,6 +75,7 @@ a:hover, a:link, a:visited { color: $accent-color-alt; + text-decoration: none; } input[type=text],