Remove text decoration from links

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-07-13 20:48:19 +01:00
parent 69929134c5
commit 21a8f2298e

View file

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