View Single Post
Old 10-12-2015, 12:40 PM   #203
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,161
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by mr.derek View Post
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
theducks is offline   Reply With Quote