1,393
edits
m |
m |
||
Line 50: | Line 50: | ||
a:link, a:visited { | a:link, a:visited { | ||
color: # | color: #7eb3d7; | ||
text-decoration: none; | text-decoration: none; | ||
border-bottom: 1px dotted | border-bottom: 1px dotted transparent; | ||
transition: all 2s; | transition: all 2s; | ||
Line 59: | Line 59: | ||
a:hover { | a:hover { | ||
color: | color: #f00; | ||
text-decoration: none; | text-decoration: none; | ||
border-bottom: 1px dotted | border-bottom: 1px dotted #f00); | ||
} | } | ||