Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2020-09-09 01:02:59 +0300
committerRichard Lau <riclau@uk.ibm.com>2020-09-10 12:35:51 +0300
commit3c92f93b4409124611eea3a8fa80859faad81be0 (patch)
treef0a937a8bdb1ef97f3a7975d7c61ac451ac28964
parent0f94c6b4e4dd4b3f0d30d40b2063db6a0ccf0e0d (diff)
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>
-rw-r--r--doc/api_assets/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css
index b92c45ec0c4..5abafa6f990 100644
--- a/doc/api_assets/style.css
+++ b/doc/api_assets/style.css
@@ -65,7 +65,8 @@ a.type {
}
a:link,
-a:active {
+a:active,
+a:visited {
color: #43853d;
text-decoration: none;
border-radius: 2px;