Custom CSS for visited links color not working in Safari
I'm trying to change the color of visited links, Safari 18--the colors (new vs already visited) are too similar for me.
As per recommendations here and elsewhere I made a css file containing the following:
a:visited { color: red !important; }
saved it as "CustomLinkColor.css" and then imported that file in
Safari > Settings... > Advanced > Style Sheet
No change. I quit and relaunched Safari; still nothing. I restarted my Mac (OS X 15.6.1), and still no change.
I did see someone talk about a similar problem, but that's Safari 12 and the possible fix doesn't seem to apply anymore.