Skip to content

Commit

Permalink
fix links.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradgarropy committed Mar 20, 2020
1 parent fbedb77 commit 25aff24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/post.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ const PostBody = styled.div`
padding: 0;
}
a:not(.anchor):not(.instagram-media > a) {
a:not(.anchor) {
transition: all 300ms ease 0s;
box-shadow: ${({theme}) => theme.colors.red} 0 -0.1rem inset;
}
a:not(.anchor):not(.instagram-media > a):hover {
a:not(.anchor):hover {
text-decoration: none;
color: ${({theme}) => theme.colors.white};
box-shadow: ${({theme}) => theme.colors.red} 0 -2rem 0 inset;
Expand Down

0 comments on commit 25aff24

Please sign in to comment.