summaryrefslogtreecommitdiff
path: root/source/html/layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/html/layout.c')
-rw-r--r--source/html/layout.c1
1 files changed, 1 insertions, 0 deletions
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)