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:
commit
30cf17d99d
|
@ -9,7 +9,7 @@ html, body{
|
|||
color: #424242;
|
||||
font-family:'Helvetica Neue', Helvetica, sans-serif;
|
||||
font-weight: 400;
|
||||
background: #4E4E4E;
|
||||
background: #000000;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue