do not override text decoration on links

links can be hard to distinguish when there is no color, so don't
prevent link underlining.
This commit is contained in:
Jackson Chen 2023-09-15 10:29:00 +02:00 committed by Drew DeVault
parent 07233f957b
commit 92375f9145
1 changed files with 0 additions and 1 deletions

View File

@ -187,7 +187,6 @@ form {
a {
color: $primary;
text-decoration: none;
&:hover {
color: darken($primary, 15);