mirror of
https://github.com/System-End/site.git
synced 2026-04-19 18:35:12 +00:00
Underline on Hover in Footer
This commit is contained in:
parent
00e2a78cdb
commit
25732f02c9
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue