From c01e492e9804b46d57311e293d7de3b745d0716e Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Wed, 25 Feb 2009 08:38:09 +0000 Subject: [PATCH] Properly inherit a readable color, patch by bugrep --- templates/mt-trendy/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/mt-trendy/style.css b/templates/mt-trendy/style.css index d8cb7c2b..53a0ef22 100644 --- a/templates/mt-trendy/style.css +++ b/templates/mt-trendy/style.css @@ -2,7 +2,7 @@ body { background-color: #333333; - color: black; + color: #cccccc; font-family: Verdana, Arial, sans-serif; margin: 0px; }