a:link {
text-decoration:none;
color:#008b45;
}
a:hover {
color:#00ff00;
}
a:visited {
color:#ee9a00;
}
all the text in the preview appears as visited even if i havent visited them, does anyone know why?
Sure you haven’t visited them? visited
relays on your browser history, not if you clicked that specific link on this specific page
1 Like