Remove text decoration from links
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -75,6 +75,7 @@ a:hover,
|
|||||||
a:link,
|
a:link,
|
||||||
a:visited {
|
a:visited {
|
||||||
color: $accent-color-alt;
|
color: $accent-color-alt;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=text],
|
input[type=text],
|
||||||
|
|||||||
Reference in New Issue
Block a user