change background colour to black

This commit is contained in:
deflax 2024-01-19 01:50:47 +02:00
parent 070fd6a768
commit 2d7c4fd97c

View file

@ -12,7 +12,7 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
height: 100vh; height: 100vh;
background-color: #f0f0f0; background-color: #000;
} }
#player-container { #player-container {