View Single Post
Old 08-24-2024, 11:28 AM   #52
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,864
Karma: 169716272
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by repilo View Post
I checked my usual css and found that I had to do the following to stop the footnotes from showing up as light grey:
Code:
a { font-style:normal; font-weight:normal; text-decoration:none;
	colour:inherit; -webkit-text-fill-color:inherit; }
As I said before, I can't explain it, I just found it. Try colour:inherit; -webkit-text-fill-color:inherit;
Tried that and no joy. The line through the text is still a thin pale echo of what it should be. As for your CSS, the text inside an <a>...</a> tag is automagically rendered as blue unless the defaults are overridden.
DNSB is offline   Reply With Quote