Google Chrome Modifications
I like to use the "High Contrast" Chrome plugin to reverse web browsing colors. I have noticed that the visited and non-visited colors are very hard to distinguish in reverse color mode.
After some googling I found that this can be controlled by editting:
After some googling I found that this can be controlled by editting:
.config/google-chrome/Default/User StyleSheets/Custom.cssand adding:
a:visited {color: orange !important;}
Comments
Post a Comment