View Single Post
Old 08-26-2023, 06:01 AM   #1
repilo
Connoisseur
repilo has become one with the cosmosrepilo has become one with the cosmosrepilo has become one with the cosmosrepilo has become one with the cosmosrepilo has become one with the cosmosrepilo has become one with the cosmosrepilo has become one with the cosmosrepilo has become one with the cosmosrepilo has become one with the cosmosrepilo has become one with the cosmosrepilo has become one with the cosmos
 
Posts: 97
Karma: 21870
Join Date: Apr 2021
Location: Spain
Device: Kobo Libra 2
TOC text is light gray (at least on Kobo), and an unexplained workaround

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?
repilo is offline   Reply With Quote