It's always bugged me that Google chose virtually identical colors for unvisited and visited links on the results pages. I tried the following in userContent.css

/* set visited link color on Google */
@-moz-document domain(google.com)
*|*:visited:visited {
color:#f99 !important;
}

It doesn't seem to work. I tried perusing Google's css but it is an unbelievable mess to look at. Any ideas?

--
Ed Mullen
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to