mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-10-31 15:47:10 -04:00
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:
parent
873579fecb
commit
61d1d4c4d6
4
doc/theme/wsjt/wsjt.css
vendored
4
doc/theme/wsjt/wsjt.css
vendored
@ -540,3 +540,7 @@ body {
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: Georgia, "Times New Roman", Times, serif;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: purple;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user