Skip to content

Commit 65b7bf4

Browse files
Trottaddaleax
authored andcommitted
doc: restore color for visited links
A previous change altered the rendering of visited links. This restores it. PR-URL: #35108 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Derek Lewis <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
1 parent ef8d373 commit 65b7bf4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/api_assets/style.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ a.type {
6565
}
6666

6767
a:link,
68-
a:active {
68+
a:active,
69+
a:visited {
6970
color: #43853d;
7071
text-decoration: none;
7172
border-radius: 2px;

0 commit comments

Comments
 (0)