Found out how to customize safari reader. I have always been fond of instapapers inverted colors (white text on black) as I find it easier to read. Here is how to get the same effect on reader:
browse to safari.app/contents/resources/reader.html
Open it in your favorite editor (you will need to change permissions to allow you to edit it)
Find the CSS area that begins with .page {
Change "background" and "color" to whatever suits you!
To change link color, it is under .page a { at the top of reader.html
Here is mine:
browse to safari.app/contents/resources/reader.html
Open it in your favorite editor (you will need to change permissions to allow you to edit it)
Find the CSS area that begins with .page {
Change "background" and "color" to whatever suits you!
To change link color, it is under .page a { at the top of reader.html
Here is mine: