change background colour to black
This commit is contained in:
parent
070fd6a768
commit
2d7c4fd97c
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
background-color: #f0f0f0;
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
#player-container {
|
||||
|
|
Loading…
Reference in a new issue