From 8426ce074d60422b4c798196cff8dbede7f339bb Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Wed, 5 May 2004 00:55:15 +0000 Subject: [PATCH] make sure there's a contrast between text and bg --- stylesheets/cologneblue.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.20.1