From 8ea1b0b03c38e50023e61ab934bd7355ecd19fb2 Mon Sep 17 00:00:00 2001 From: bill bittner Date: Mon, 13 Aug 2018 12:39:59 -0700 Subject: [PATCH] removed yellow background --- .gitignore | 4 ++++ client_custom/scss/body/_body.scss | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 36a836cb..77fb9913 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,10 @@ node_modules client/build client_custom/build +client_custom/scss +client_custom/src/components +client_custom/src/containers +client_custom/src/pages devConfig/sequelizeCliConfig.js devConfig/testingConfig.js diff --git a/client_custom/scss/body/_body.scss b/client_custom/scss/body/_body.scss index be469857..90f22258 100644 --- a/client_custom/scss/body/_body.scss +++ b/client_custom/scss/body/_body.scss @@ -1,5 +1,4 @@ body { - background-color: yellow; margin: 0; padding: 0; height: 100%;