fix: Add hover state to footer link (#5656)

* Add hover state to footer link

* Update hover outline to textTertiary

Don't use deprecated color
This commit is contained in:
pp-hh-ii-ll 2022-12-12 11:45:46 -05:00 committed by GitHub
parent 45419c2739
commit c1e6dd7335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -170,6 +170,10 @@ const FooterLink = styled.a`
stroke-width: 1.5;
}
&:hover {
border: 1px solid ${({ theme }) => theme.textTertiary};
}
@media screen and (min-width: ${BREAKPOINTS.md}px) {
font-size: 20px;
line-height: 24px;