summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorSimon Krauter <krauter.simon@arcor.de>2014-10-05 00:26:22 +0200
committerSimon Krauter <krauter.simon@arcor.de>2014-10-05 00:26:22 +0200
commit3df37a79237be4ac16c745a1c500d029b7d8ff1b (patch)
treefd06791e86aaa1606f61753d3eab8fd9c8395440 /doc
parentc17c8e9afa6ba6a1000fe82b1c8a7af10e3fc698 (diff)
downloadNim-3df37a79237be4ac16c745a1c500d029b7d8ff1b.tar.gz
Fixed missing color definion
Diffstat (limited to 'doc')
-rw-r--r--doc/nimdoc.css5
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 }