View Single Post
Old 05-03-2019, 03:49 AM   #1
nkormanik
Connoisseur
nkormanik began at the beginning.
 
nkormanik's Avatar
 
Posts: 86
Karma: 10
Join Date: Oct 2010
Location: Philippines
Device: DavidAcisAAJ
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
nkormanik is offline   Reply With Quote