Reverts back to black background. We need to fix some other things before moving to grey background.

This commit is contained in:
yanas 2016-03-25 14:48:31 -05:00
parent 6edbcb9311
commit 568a5ba816
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ html, body{
color: #424242;
font-family:'Helvetica Neue', Helvetica, sans-serif;
font-weight: 400;
background: #4E4E4E;
background: #000000;
overflow: hidden;
}