Merge pull request #554 from jitsi/fix-background-css

Reverts back to black background. We need to fix some other things be…
This commit is contained in:
bgrozev 2016-03-25 14:50:31 -05:00
commit 30cf17d99d
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;
}