Can we make it so the links turn a different color when we click them?

It's really annoying going through the subreddit and have to keep track of which links you have read and which ones you haven't. I know you can just turn off the subreddit's style but I really like the style of the subreddit besides this one issue could the mods please consider changing this?


Comments


[6 Points] None:

Links change color for me. It is much more subtle than on other sub's but I can still tell. Unless it's just in my head...


[4 Points] InfinitelyOutThere:

a suggestion on the color? they used to turn yellow but we removed it cause it looked kinda bad i think


[2 Points] sharpshooter789:

You can make a browser load custom CSS. The rules would override the sites. You can modify the a:visited element. The example below will make it red.

a:visited {
 color: #FF0000;
}

edit: I don't remember exactly how to load a custom CSS style. Look it up


[1 Points] PolkCounty:

Gold helps with links showing purple, not just for that device either but it stays purple for any device.