From 65245bca41bb6d7b81030f3ac29b6bd17511645d Mon Sep 17 00:00:00 2001 From: zPlus <--> Date: Tue, 6 Sep 2016 08:27:30 +0200 Subject: [PATCH] Change page background color to white --- css/freepost.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/freepost.css b/css/freepost.css index 7be4d280..c7052eb4 100644 --- a/css/freepost.css +++ b/css/freepost.css @@ -15,7 +15,7 @@ img html, body { - background-color: #f5f8fa; + background-color: #fff; /* #f5f8fa; */ color: #000; font-family: Verdana; font-size: 1em;