summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-10-25 02:20:49 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2014-10-25 02:20:49 (GMT)
commit6d1c149a46f274392d2d2adda998e64017e42030 (patch)
treee2d3918f5c83fc331477c5f9bccabd4ff95f0bad /Doc
parent2cef3001870bdfdf8ef58ca82f629536c899d188 (diff)
downloadcpython-6d1c149a46f274392d2d2adda998e64017e42030.zip
cpython-6d1c149a46f274392d2d2adda998e64017e42030.tar.gz
cpython-6d1c149a46f274392d2d2adda998e64017e42030.tar.bz2
Issue #22723: Make link styling more accessible.
Patch by Buck Golemon.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/tools/pydoctheme/static/pydoctheme.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/tools/pydoctheme/static/pydoctheme.css b/Doc/tools/pydoctheme/static/pydoctheme.css
index df165a6..50835bb 100644
--- a/Doc/tools/pydoctheme/static/pydoctheme.css
+++ b/Doc/tools/pydoctheme/static/pydoctheme.css
@@ -94,11 +94,11 @@ div.body div.seealso {
}
div.body a {
- color: #00608f;
+ color: #0072aa;
}
div.body a:visited {
- color: #30306f;
+ color: #6363bb;
}
div.body a:hover {