Quote:
Originally Posted by foosion
Ah, yet another Kobo oddity. Thanks!
EDIT: Un-force link decoration in KePubs: in libnickel.so.1.0.0.yaml fixes the problem.
EDIT 2: The patch does not just unforce the link decoration, it sets the default to black with no underline. If you want an underline or color you have to set that explicitly.
|
Undo the patch and try the following code. I've tested it in calibre and ADE and it works to remove the underline from links. It does leave the color as blue.
Code:
a {
text-decoration: none;
}
With the code you'd posted, the program has to keep track of the state of the link and that doesn't work.