data/styles/epub3.css in asciidoctor-epub3-1.5.0.alpha.18 vs data/styles/epub3.css in asciidoctor-epub3-1.5.0.alpha.19
- old
+ new
@@ -15,11 +15,10 @@
margin: 0 !important;
padding: 0 !important;
/* set the em base (and relative em anchor) by setting the font-size on html */
/* TODO set font-size > 100% except for Kindle */
font-size: 100%;
- -webkit-text-size-adjust: 100%;
}
/* don't set margin on body as that's how many readers frame reading area */
/* can't set the font-family on body in Kindle */
body {
@@ -241,16 +240,10 @@
background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #666665 5%, #666665 95%, rgba(255, 255, 255, 0) 100%);
background-size: 100% 1px;
background-position: 0 1.2em;
}
-body a:visited {
- color: #333332;
- /* hack for font color in iBooks */
- -webkit-text-fill-color: #333332;
-}
-
code.literal {
/* don't let it affect line spacing */
/* disable since M+ 1mn won't interrupt line height */
/*line-height: 1;*/
/*
@@ -681,15 +674,9 @@
div.abstract > p {
color: #333332;
font-size: 1.05em; /* or 1.1em? */
line-height: 1.75;
-}
-
-div.abstract > p a:link {
- color: #333332;
- /* hack for font color in iBooks */
- -webkit-text-fill-color: #333332;
}
div.abstract > p:first-child::first-line {
font-weight: bold;
-webkit-font-feature-settings: "kern" off;