[Python-checkins] cpython (3.4): Issue #22723: Make link styling more accessible.

berker.peksag python-checkins at python.org
Sat Oct 25 04:20:02 CEST 2014


https://hg.python.org/cpython/rev/a3481025a742
changeset:   93166:a3481025a742
branch:      3.4
parent:      93161:2e69ef48601c
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Sat Oct 25 05:20:49 2014 +0300
summary:
  Issue #22723: Make link styling more accessible.

Patch by Buck Golemon.

files:
  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
--- a/Doc/tools/pydoctheme/static/pydoctheme.css
+++ b/Doc/tools/pydoctheme/static/pydoctheme.css
@@ -94,11 +94,11 @@
 }
 
 div.body a {
-    color: #00608f;
+    color: #0072aa;
 }
 
 div.body a:visited {
-    color: #30306f;
+    color: #6363bb;
 }
 
 div.body a:hover {

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list