From c93a09be5d08f51e3081adf6f5f06f32da6864fc Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 8 Mar 2018 16:04:38 -0500 Subject: [PATCH] colors Signed-off-by: Kenneth Reitz --- docs/_templates/hacks.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/_templates/hacks.html b/docs/_templates/hacks.html index 60a2b19..2d6a576 100644 --- a/docs/_templates/hacks.html +++ b/docs/_templates/hacks.html @@ -17,6 +17,9 @@ font-size: larger; line-height: 3; } + #python27 a { + color: white; + }