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:
parent
45419c2739
commit
c1e6dd7335
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user