From 89e62e2855d6164aac0c126ee022dd1a39492602 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Wed, 5 May 2004 00:53:21 +0000 Subject: [PATCH] set default background to white (make sure there's a contrast between text and bg) --- stylesheets/wikistandard.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/wikistandard.css b/stylesheets/wikistandard.css index 70dfc998e8..9627d18099 100644 --- a/stylesheets/wikistandard.css +++ b/stylesheets/wikistandard.css @@ -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; } -- 2.20.1