!
2012-08-28 12:02:30 UTC
a:link, a:active, a:visited{
color:{color:link2};
text-decoration: none;
-webkit-transition: color 0.4s ease-out;
-moz-transition: color 0.4s ease-out;
}
So how would I do it that the links NEVER change color. Like it doesn't matter if you've been to the page or not the links stay the same.