From 08a4d6d49f91e295fa6265a91ce030fc9c585922 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 26 Nov 2014 02:16:00 +0100 Subject: epub: Add EPUB document type. --- source/html/layout.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/html/layout.c') diff --git a/source/html/layout.c b/source/html/layout.c index 3243a6ae..31c41a71 100644 --- a/source/html/layout.c +++ b/source/html/layout.c @@ -31,6 +31,7 @@ static const char *default_css = "u,ins{text-decoration:underline}" "center{text-align:center}" "svg{display:none}" +"a{color:blue}" ; static int iswhite(int c) -- cgit v1.2.3