View Single Post
Old 08-27-2024, 05:55 AM   #53
DrChiper
Bookish
DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.
 
DrChiper's Avatar
 
Posts: 1,035
Karma: 2006208
Join Date: Jun 2011
Device: PC, t1, t2, t3, Clara BW, Clara HD, Libra 2, Libra Color, Nxtpaper 11
Quote:
Originally Posted by DNSB View Post
As for your CSS, the text inside an <a>...</a> tag is automagically rendered as blue unless the defaults are overridden.
Curiously, the Kobo Libra Color does not do that for EPUB formatted books. I have to define explicitly in my CSS file:
Code:
a {
color: blue;
}
More curiously, the KLC *does* render it blue per default for XX.KEPUB.EPUB books. Go figure.
DrChiper is offline   Reply With Quote