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

View file

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