From 1fe501ac8c922ae1698c9566a398b99e200a3716 Mon Sep 17 00:00:00 2001 From: David Boddie Date: Tue, 1 Mar 2011 21:08:11 +0100 Subject: Doc: Improved the color contrast of text in tables. --- doc/src/template/style/offline.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/template/style/offline.css b/doc/src/template/style/offline.css index c3f90c3..44abb3c 100644 --- a/doc/src/template/style/offline.css +++ b/doc/src/template/style/offline.css @@ -143,13 +143,13 @@ { border-left: 1px solid #E6E6E6; background-color: #F6F6F6; - color: #66666E; + color: black; } table tr.even { border-left: 1px solid #E6E6E6; background-color: #ffffff; - color: #66666E; + color: #202020; } div.float-left -- cgit v0.12