You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a document with many links in the body, and therefore having many underlined links make the text unwieldy to read. One solution is to restyle the links as italics for example (in epub3.css), and attempt to remove the underlining.
/* Modified epub3.css in local css folder */a {
background: transparent;
/* Custom link styling */font-style: italic;
text-decoration: none;
}
And build with:
$ asciidoctor-epub3 -a epub3-stylesdir=css@ master-epub.asciidoc
Although the italic font-style will take effect in iBooks or Kindle Previewer3, all links remain underlined. Given the experience of creating the epub3, epub3-css-only style sheets, I wonder whether the maintainers of this project know if is possible to style links in ebook readers without these attributes being overriden in the ebook reader? Many thanks!
The text was updated successfully, but these errors were encountered:
I have a document with many links in the body, and therefore having many underlined links make the text unwieldy to read. One solution is to restyle the links as italics for example (in epub3.css), and attempt to remove the underlining.
And build with:
Although the italic font-style will take effect in iBooks or Kindle Previewer3, all links remain underlined. Given the experience of creating the
epub3
,epub3-css-only
style sheets, I wonder whether the maintainers of this project know if is possible to style links in ebook readers without these attributes being overriden in the ebook reader? Many thanks!The text was updated successfully, but these errors were encountered: