diff options
Diffstat (limited to 'doc/nimdoc.css')
-rw-r--r-- | doc/nimdoc.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/nimdoc.css b/doc/nimdoc.css index 6154f0b2e..e3bab07de 100644 --- a/doc/nimdoc.css +++ b/doc/nimdoc.css @@ -16,6 +16,11 @@ customize this style sheet. Andreas Rumpf */ +body { + color: black; + background: white; +} + /* used to remove borders from tables and images */ .borderless, table.borderless td, table.borderless th { border: 0 } |