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; +}