CSS text color should be dark blue. Everywhere.
I'm trying to get dark blue text throughout an ebook I'm reading, using Calibre Reader. Using a CSS stylesheet, via settings.
Unfortunately, some text is black, while other text is the wanted dark blue.
How do I get ALL text to show as dark blue??
Here is the css code presently used:
body, h, p
{
color: rgb(0,2,41) !important;
background-color: rgb(247,247,255) !important;
}
Thanks!
Nicholas Kormanik
|