Skip to content

Commit

Permalink
doc: restore color for visited links
Browse files Browse the repository at this point in the history
A previous change altered the rendering of visited links. This restores
it.

PR-URL: #35108
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
  • Loading branch information
Trott authored and addaleax committed Sep 22, 2020
1 parent ef8d373 commit 65b7bf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api_assets/style.css
Expand Up @@ -65,7 +65,8 @@ a.type {
}

a:link,
a:active {
a:active,
a:visited {
color: #43853d;
text-decoration: none;
border-radius: 2px;
Expand Down

0 comments on commit 65b7bf4

Please sign in to comment.