Skip to content

Commit

Permalink
Merge pull request #1794 from wackerow/w/external#1788
Browse files Browse the repository at this point in the history
Removes color styling override of external links [Fixes #1788]
  • Loading branch information
samajammin committed Nov 11, 2020
2 parents e6d7e79 + b6b0518 commit b7d97b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Link.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const isHashLink = (to) => HASH_PATTERN.test(to)

const ExternalLink = styled.a`
&:after {
color: ${(props) => props.theme.colors.primary};
margin-left: 0.125em;
margin-right: 0.3em;
display: inline;
Expand Down

0 comments on commit b7d97b9

Please sign in to comment.