diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2014-10-25 02:21:17 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2014-10-25 02:21:17 (GMT) |
commit | 8625dde150fe28cd1471317199f6c42f2ad3c506 (patch) | |
tree | e6a28155a2fd5134ab8e4aae995e7fdad297a1e6 | |
parent | 821b5a1ed1b265f07420827342707f832047c855 (diff) | |
parent | 6d1c149a46f274392d2d2adda998e64017e42030 (diff) | |
download | cpython-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.css | 4 |
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 { |