removed yellow background
This commit is contained in:
parent
392bcf4a5a
commit
8ea1b0b03c
2 changed files with 4 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -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
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
body {
|
||||
background-color: yellow;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
|
|
Loading…
Reference in a new issue