Underline on Hover in Footer

This commit is contained in:
Sam Poder 2023-08-15 08:46:40 -07:00 committed by GitHub
parent 00e2a78cdb
commit 25732f02c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,7 @@ const Footer = ({ dark = false, children, ...props }) => (
textDecoration: 'none',
color: 'muted',
transition: '0.125s color ease-in-out',
':hover,:focus': { color: 'slate' }
':hover,:focus': { color: 'slate', textDecoration: 'underline' }
},
'> div > a': {
display: 'block',