5,950
edits
No edit summary |
No edit summary |
||
Line 41: | Line 41: | ||
color: black; | color: black; | ||
text-decoration: underline; | text-decoration: underline; | ||
transition: .5s; | |||
} | } | ||
a:hover { | a:hover { | ||
color: #4c4c4c; | |||
text-decoration: none; | |||
} | |||
a:visited { | |||
color: #4c4c4c; | color: #4c4c4c; | ||
} | } |