View Single Post
Old 04-07-2011, 05:56 AM   #1
cyruss
Junior Member
cyruss began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jan 2011
Device: Kindle
Overridng link colour with extra CSS

Hi all.

I'm trying to override the default link colour (from blue to black) with an external CSS, but it doesn't work. I've tried these and other variations:

a {color:black}
a:link {color:black}
.calibre10 {color:black} // this is class label for links in the HTML.

I've also tried using external stylesheets from the command line, and adding the CSS text into the text field. Note that other overrides, such as body {background-color:yellow} works fine.

Any ideas? I'm coverting from HTML to epub.
cyruss is offline   Reply With Quote