only remove underline for links in element theme

This commit is contained in:
Bruno Windels 2020-07-14 12:52:28 +02:00
parent 488f49dc5c
commit c936439ad5
2 changed files with 6 additions and 1 deletions

View file

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