Skip to content

Commit 9920a89

Browse files
committed
Issue #22723: Make link styling more accessible.
Patch by Buck Golemon.
2 parents ca99cfb + 1e8ee14 commit 9920a89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/tools/pydoctheme/static/pydoctheme.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ div.body div.seealso {
9494
}
9595

9696
div.body a {
97-
color: #00608f;
97+
color: #0072aa;
9898
}
9999

100100
div.body a:visited {
101-
color: #30306f;
101+
color: #6363bb;
102102
}
103103

104104
div.body a:hover {

0 commit comments

Comments
 (0)