Skip to content

Commit 416c9cd

Browse files
committed
doc: explicit set of visited href color
New versions of Sphinx force a visited color for links, which is not explicitly configured in this extension's theme. Updating to have an explicit visited color to maintain the original style for hrefs. Signed-off-by: James Knight <[email protected]>
1 parent d883ca7 commit 416c9cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/_themes/sphinx13b/static/sphinx13b.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,10 @@ a {
225225
text-decoration: none;
226226
}
227227

228+
a:visited {
229+
color: #A2881D;
230+
}
231+
228232
a:hover {
229233
color: #E1C13F;
230234
}

0 commit comments

Comments
 (0)