1,393
edits
m |
m |
||
Line 7: | Line 7: | ||
/* Link colors and behaviour. */ | /* Link colors and behaviour. */ | ||
a:link, a:visited { | |||
color: blue; | |||
background: transparent; | |||
transition: all 2s; | |||
-webkit-transition: all 2s; | |||
} | |||
a:hover { | a:hover { | ||
color: #ff0000; | color: #ff0000; | ||
background | background: #252525; | ||
} | } |