Skip to content

Commit

Permalink
Add default color to anchor tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Litwin committed Apr 15, 2016
1 parent 0505bdd commit 75a574d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/_tc-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ body {

a {
text-decoration: none;
color: inherit;

&:visited, &:hover, &:active {
color: inherit;
Expand Down

0 comments on commit 75a574d

Please sign in to comment.