Quote:
Originally Posted by Turtle91
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....