diff --git a/components/footer.js b/components/footer.js index e001c1a1..08c19088 100644 --- a/components/footer.js +++ b/components/footer.js @@ -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',