Change old config to constants, add real conffig file, add daily video URLs.

This commit is contained in:
bingus_violet 2024-05-20 10:20:19 -05:00
parent 710d7c237f
commit 8e703ecd3f
8 changed files with 46 additions and 18 deletions

View file

@ -30,4 +30,9 @@ body {
transform: none;
opacity: 1;
}
}
video {
width: 95%;
max-height: 90vh;
}