From 3367121eca8b2d01401e6567b9728f4f48e86d50 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Tue, 20 Feb 2018 21:35:35 +0100 Subject: [PATCH] upd background color --- webpack/scss/layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack/scss/layout.scss b/webpack/scss/layout.scss index 8e2eb9a..4cb87de 100644 --- a/webpack/scss/layout.scss +++ b/webpack/scss/layout.scss @@ -11,7 +11,7 @@ body{ width: 100%; height: 100%; - background: #fefeff; + background: #eeeeee; font-size: 16px; font-family: 'Open Sans';