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
This commit is contained in:
Bill Somerville 2015-05-12 21:48:28 +00:00
parent 873579fecb
commit 61d1d4c4d6

View File

@ -540,3 +540,7 @@ body {
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
font-family: Georgia, "Times New Roman", Times, serif; font-family: Georgia, "Times New Roman", Times, serif;
} }
a:visited {
color: purple;
}