diff --git a/src/templates/post.js b/src/templates/post.js index 5ec67c9..7871677 100644 --- a/src/templates/post.js +++ b/src/templates/post.js @@ -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;