removed yellow background

This commit is contained in:
bill bittner 2018-08-13 12:39:59 -07:00
parent 392bcf4a5a
commit 8ea1b0b03c
2 changed files with 4 additions and 1 deletions

4
.gitignore vendored
View file

@ -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

View file

@ -1,5 +1,4 @@
body {
background-color: yellow;
margin: 0;
padding: 0;
height: 100%;