From c498d9bf9ebe4999779d83f6c6d4d82d794bfffe Mon Sep 17 00:00:00 2001 From: Blerim Sheqa Date: Wed, 30 Jan 2019 16:55:15 +0100 Subject: [PATCH] Set body background color --- theme/css/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/css/theme.css b/theme/css/theme.css index 1cda2c6..27e2dab 100644 --- a/theme/css/theme.css +++ b/theme/css/theme.css @@ -2,7 +2,7 @@ @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700,700i'); body{ - background-color: #f7f7f7; + background-color: #ffffff; font-family: "Open Sans" }