Skip to content

Commit bd996ad

Browse files
committed
DOC: Preserve initial color for visited links
1 parent 9939e20 commit bd996ad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/_static/css/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@
33
background-color: white !important;
44
border: none !important;
55
}
6+
7+
/* Do not change link color once visited */
8+
a:link, a:visited {
9+
color: #CA7900;
10+
}

0 commit comments

Comments
 (0)