doc: restore color for visited links

A previous change altered the rendering of visited links. This restores
it.

PR-URL: https://github.com/nodejs/node/pull/35108
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
This commit is contained in:
Rich Trott 2020-09-08 15:02:59 -07:00 committed by Richard Lau
parent 4c9b79ed5a
commit 661b770e11
1 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,8 @@ a.type {
}
a:link,
a:active {
a:active,
a:visited {
color: #43853d;
text-decoration: none;
border-radius: 2px;