"a href" defaults to blue underline. The following removes the underline in an epub using the Calibre viewer, but not for a kepub on my Kobo. How do I remove the underline?
Code:
a:link, a:visited, a:hover, a:active {
text-decoration: none;
}
There are no other text-decorations and no explicit underlines.