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.
|