/ Published in: CSS
Expand |
Embed | Plain Text
a { -webkit-transition: all 0.15s linear; color: gray; } a:hover { color: white; text-shadow: white 0px 0px 3px; }
You need to login to post a comment.
rolfthomas on 09/25/10
css textmate safari webdev webkit
2 people have marked this snippet as a favorite
a { -webkit-transition: all 0.15s linear; color: gray; } a:hover { color: white; text-shadow: white 0px 0px 3px; }
You need to login to post a comment.