[Python-checkins] cpython (merge 3.4 -> default): 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/56e87f2c6d3c
changeset:   93167:56e87f2c6d3c
parent:      93165:6a2f74811240
parent:      93166:a3481025a742
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Sat Oct 25 05:21:17 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