From 7fad3048f341b57a87d721afa12f4d2c5f3396fc Mon Sep 17 00:00:00 2001 From: Dougal Campbell Date: Tue, 11 Nov 2003 14:58:35 +0000 Subject: [PATCH] Set background color on body git-svn-id: https://develop.svn.wordpress.org/trunk@540 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-layout.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wp-layout.css b/wp-layout.css index 790aa60fca..1375aad6f0 100644 --- a/wp-layout.css +++ b/wp-layout.css @@ -42,6 +42,8 @@ body { border-top: solid 3px #565; font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; margin: 0; + background-color: white; + color: black; } cite {