From 61d1d4c4d62e7124e68ef66e1322d57e6fa4b2be Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Tue, 12 May 2015 21:48:28 +0000 Subject: [PATCH] Fix visited link colour in wsjt asciidoc theme for user guide git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5370 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- doc/theme/wsjt/wsjt.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/theme/wsjt/wsjt.css b/doc/theme/wsjt/wsjt.css index 4e64ad29a..ab2ddb4ef 100644 --- a/doc/theme/wsjt/wsjt.css +++ b/doc/theme/wsjt/wsjt.css @@ -540,3 +540,7 @@ body { h1, h2, h3, h4, h5, h6 { font-family: Georgia, "Times New Roman", Times, serif; } + +a:visited { + color: purple; +}