summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-10-25 02:21:17 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2014-10-25 02:21:17 (GMT)
commit8625dde150fe28cd1471317199f6c42f2ad3c506 (patch)
treee6a28155a2fd5134ab8e4aae995e7fdad297a1e6
parent821b5a1ed1b265f07420827342707f832047c855 (diff)
parent6d1c149a46f274392d2d2adda998e64017e42030 (diff)
downloadcpython-8625dde150fe28cd1471317199f6c42f2ad3c506.zip
cpython-8625dde150fe28cd1471317199f6c42f2ad3c506.tar.gz
cpython-8625dde150fe28cd1471317199f6c42f2ad3c506.tar.bz2
Issue #22723: Make link styling more accessible.
Patch by Buck Golemon.
-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 {