From 6dd89bb77fa01bec5b29d34712e05a18c7d4c81b Mon Sep 17 00:00:00 2001 From: Razi KAntorp Date: Tue, 18 Mar 2014 14:09:36 +0100 Subject: [PATCH] background color --- public/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/style.css b/public/css/style.css index aeffff8f4c0d..6a44343b9dca 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -1,4 +1,4 @@ -body { background: #f8f8f8 !important; +body { background: #fff !important; font-family: 'Roboto', sans-serif; font-family: 'Roboto', sans-serif; }