a:visited links - opacity not working
问题 I'm trying to make it so that when a link has been visited, it is persistently a certain color AND a certain opacity that matches non-visited links when WebKit fully transitions them. Using this: a:visited { color:#cc7839; opacity:0.1; } I can get the visited links to always be that color, except opacity isn't doing anything. I set it to 0.1 to make it easier to see if it was working. When I hover over a visited link, it transitions to the opaque color set by WebKit for a:link:hover. Here's