From fe2e0954ee4e6c35b6c6509fd0ba29fd81261c92 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 28 Oct 2017 20:27:24 +0200 Subject: css: black text color for better contrast --- xreadthedocs/css/theme_extra.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xreadthedocs/css/theme_extra.css b/xreadthedocs/css/theme_extra.css index bb41100..483b7f9 100644 --- a/xreadthedocs/css/theme_extra.css +++ b/xreadthedocs/css/theme_extra.css @@ -230,3 +230,8 @@ html, body { /* make sure long tables are not cut off */ overflow-x: auto !important; } + +body { + /* default is a dark gray. Let's have better contrast. */ + color: black; +} -- cgit v1.2.3