Quote:
Originally Posted by mr.derek
Hi!
Sorry I'm new, but I couldn't figure this out - is there a way to chang link colours through CSS in Calibre reader? i.e. table of contents links or footnote links
I tried:
Code:
a:link {
color: #ECF0F1;
background:#2B2B2B;
}
But I still get the blue coloured links. I read somewhere in the start of this thread that it wasn't supported, but has this changed, or is there a workaround?
Thanks so much for your help!
Derek.
|
Conversion has a setting to remove
all color calls (results are your readers default. Blue would be typical for links)
Did you want it to be some other color ?
a {color: black; } < gets any state of A
usually works