View Single Post
Old 09-06-2024, 05:28 AM   #72
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,877
Karma: 146918083
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by foosion View Post
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.
JSWolf is offline   Reply With Quote