Commit c1e6dd73 authored by pp-hh-ii-ll's avatar pp-hh-ii-ll Committed by GitHub

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

* Add hover state to footer link

* Update hover outline to textTertiary

Don't use deprecated color
parent 45419c27
...@@ -170,6 +170,10 @@ const FooterLink = styled.a` ...@@ -170,6 +170,10 @@ const FooterLink = styled.a`
stroke-width: 1.5; stroke-width: 1.5;
} }
&:hover {
border: 1px solid ${({ theme }) => theme.textTertiary};
}
@media screen and (min-width: ${BREAKPOINTS.md}px) { @media screen and (min-width: ${BREAKPOINTS.md}px) {
font-size: 20px; font-size: 20px;
line-height: 24px; line-height: 24px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment