change background colour
This commit is contained in:
parent
5da55a675b
commit
c031e46d9f
2 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
background-color: #000;
|
||||
background-color: #212529;
|
||||
}
|
||||
|
||||
#player-container {
|
||||
|
|
Loading…
Reference in a new issue