Skip to content

Commit

Permalink
TwentyTwenty: Tag underline on hover doesn't work fine #372
Browse files Browse the repository at this point in the history
  • Loading branch information
bouncing-shield committed Apr 24, 2020
1 parent 8373eb6 commit 88b523c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -29,7 +29,7 @@ const MetaText = styled.span`
text-decoration: none;
}
:hover {
a:hover {
text-decoration: underline;
}
`;
Expand Down

0 comments on commit 88b523c

Please sign in to comment.