set default background to white (make sure there's a contrast between text and bg)
authorGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 5 May 2004 00:53:21 +0000 (00:53 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 5 May 2004 00:53:21 +0000 (00:53 +0000)
stylesheets/wikistandard.css

index 70dfc99..9627d18 100644 (file)
@@ -30,7 +30,7 @@
 a.interwiki, a.external { color: #3366BB; }
 a.printable { text-decoration: underline; }
 a.stub { color:#772233; text-decoration:none; }
-body { margin: 0px; padding: 4px; color: black; }
+body { margin: 0px; padding: 4px; color: black;background: White; }
 form.inline { display: inline; }
 textarea { overflow: auto; }