View Single Post
Old 08-28-2023, 08:16 AM   #4
repilo
Connoisseur
repilo began at the beginning.
 
Posts: 77
Karma: 10
Join Date: Apr 2021
Location: Spain
Device: Kobo Libra 2
Quote:
Originally Posted by Turtle91 View Post
Use the Inspector tool at the bottom of your preview window to see the CSS affecting your TOC
Okay. Doing that I find the following code in TOC.xhtml:
Code:
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
I don't know enough css to understand this, but it strikes me that the word "webkit" also comes up, as in the "patch" that, I don't know how, solves my problem.
I've read that Kobo uses WebKit for their kepub format, which I use. But Sigil doesn't know that I'm going to use a Kobo reader....
repilo is offline   Reply With Quote