View Single Post
Old 09-06-2024, 05:58 AM   #73
foosion
Evangelist
foosion is an enigma wrapped up in a mystery.foosion is an enigma wrapped up in a mystery.foosion is an enigma wrapped up in a mystery.foosion is an enigma wrapped up in a mystery.foosion is an enigma wrapped up in a mystery.foosion is an enigma wrapped up in a mystery.foosion is an enigma wrapped up in a mystery.foosion is an enigma wrapped up in a mystery.foosion is an enigma wrapped up in a mystery.foosion is an enigma wrapped up in a mystery.foosion is an enigma wrapped up in a mystery.
 
Posts: 479
Karma: 41524
Join Date: Sep 2011
Device: Kobo Libra 2 & Clara BW
Quote:
Originally Posted by JSWolf View Post
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.
That works on Calibre, but not on my Kobos with kepub books.

EDIT: you can change the color, for example, color: red or color: inherit.

Last edited by foosion; 09-06-2024 at 07:01 AM.
foosion is offline   Reply With Quote