Is there a way to change the color on highlighted links in Safari 5.0.6. If you are in Google and a site was viewed the title/link changes from blue to purple. I have difficulty with color. Thanks, DS
Page 1 of 1
Safari colors Colorblind
#2
Posted 27 June 2012 - 07:03 AM
Duskystripe, on 26 June 2012 - 04:55 PM, said:
Is there a way to change the color on highlighted links in Safari 5.0.6. If you are in Google and a site was viewed the title/link changes from blue to purple. I have difficulty with color. Thanks, DS
The advanced tab of Safari's preferences window lets you specify a style sheet to apply to pages you view. You could do something like:
a:visited {color:darkcyan;}
Stick that one line in a file name custom.css in your documents folder, and then point Safari at it. Choose other colors if you want. Here's a list of color names (http://www.w3schools..._colornames.asp) and you can also set the unvisited color by using (in the same file) a line like:
a:link {color:navy;}
Share this topic:
Page 1 of 1
Help










