Skip to content

Commit

Permalink
fix: remove visited link styles closes #696 (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
vpicone authored Jan 31, 2020
1 parent b42c7ed commit 6b8e944
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
color: $carbon--blue-80;
}

&:visited {
color: $link-01;
}

&:active {
color: $text-01;
}
Expand Down

1 comment on commit 6b8e944

@vercel
Copy link

@vercel vercel bot commented on 6b8e944 Jan 31, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.