lib/softcover/article_template/epub/OEBPS/styles/custom_epub.css in softcover-1.1.8 vs lib/softcover/article_template/epub/OEBPS/styles/custom_epub.css in softcover-1.1.9
- old
+ new
@@ -16,6 +16,11 @@
padding-left: 2em;
}
body {
font-size: 80%;
-}
\ No newline at end of file
+}
+
+/* Needed to prevent red links in Kindle for iPad */
+a span.undefined_ref {
+ color: #002f72;
+}