Remove useless CSS rules

This commit is contained in:
Joachim Robert 2019-02-06 18:36:24 +01:00
parent b6b29aa6a6
commit 17b77dfae9

View file

@ -72,8 +72,6 @@ export const Subheading = styled.p`
a:hover {
text-decoration: underline;
text-decoration-color: ${theme.text.tertiary};
text-decoration-skip: spaces;
text-decoration-skip-ink: auto;
}
a:active, a:focus {
box-shadow: 0 0 0 1px ${theme.bg.default},