Quote:
Originally Posted by JSWolf
Check your CSS.. It sounds like a color is be applied to the link and that would make it a grayish color. Get rid of the color for <a> in CSS and it will be back to being black.
|
Quote:
Originally Posted by droopy
Many of my kepubs are like that. Do I have to do that for every book?
|
I would disagree with Jon there. I seem to remember the default colour for hyperlinks in epub on a Kobo is blue and for kepub is a mid-grey so you need to override that with your CSS.
If you look at jackie_w's patch, you can see the !important directive to override. The supplied patch code changes the "color: #696969" (mid-grey?) for hyperlinks to "color: inherit". The inherited colour is likely to be black.