From: Gabriel Wicke Date: Wed, 5 May 2004 00:55:15 +0000 (+0000) Subject: make sure there's a contrast between text and bg X-Git-Tag: 1.3.0beta1~147 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=8426ce074d60422b4c798196cff8dbede7f339bb;p=lhc%2Fweb%2Fwiklou.git make sure there's a contrast between text and bg --- diff --git a/stylesheets/cologneblue.css b/stylesheets/cologneblue.css index 1bcba666c1..c96cf0c469 100644 --- a/stylesheets/cologneblue.css +++ b/stylesheets/cologneblue.css @@ -1,6 +1,6 @@ @import url("common.css"); -body { margin: 0px; padding: 0px; color: black; } +body { margin: 0px; padding: 0px; color: black; background: White; } #specialform { display: inline; } #content { top: 0; margin: 0; padding: 0; } #topbar { padding: 0px; }