Remove text decoration from links

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2020-07-13 20:48:19 +01:00
parent 69929134c5
commit 21a8f2298e
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ a:hover,
a:link,
a:visited {
color: $accent-color-alt;
text-decoration: none;
}
input[type=text],