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