Make bg black

This commit is contained in:
Dominic Zimmer 2022-10-28 18:02:10 +02:00
parent 8960cd0c7d
commit b239577718

View File

@ -4,7 +4,7 @@ span {
.stream > div {
width: 300px;
height: 1080px;
background-color: #00ff00;
background-color: black;
padding: 5px;
display: flex;
flex-direction: column;