change background colour

This commit is contained in:
deflax 2024-01-19 18:33:40 +00:00
parent 5da55a675b
commit c031e46d9f
2 changed files with 5 additions and 5 deletions

View file

@ -8,7 +8,7 @@
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: black;
background-color: #212529;
color: #fff;
}
@ -28,7 +28,7 @@
}
.gallery-item img {
max-height: 320px;
max-height: 480px;
width: 100%;
height: auto;
display: block;

View file

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