diff options
Diffstat (limited to 'xreadthedocs/css')
-rw-r--r-- | xreadthedocs/css/theme_extra.css | 5 |
1 files changed, 5 insertions, 0 deletions
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; +} |