The Table Of Contents text generated by Sigil looks light colored on the Kobo (Libra 2) ereader. The most obvious solution does not work:
Code:
div.sgc-toc-level-1 a { color:black; }
By chance I found an ebook where the TOC was displayed with black text, and I finally found this simple solution:
Code:
div.sgc-toc-level-1 a { -webkit-text-fill-color:inherit; }
Can someone please explain how this works?
Could this be considered a Kobo bug?
If not, perhaps it could be considered to include this "patch" in Sigil?