sussy critical fix

This commit is contained in:
Looki2000 2023-03-21 13:15:57 +01:00
parent c7a70fc5fc
commit 31bccb5be7
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
<body>
<script src="script.js"></script>
<video muted loop width="100%" height="100%" id="back_video">
<video autoplay muted loop width="100%" height="100%" id="back_video">
<source src="assets/video.mp4" type="video/mp4">
</video>

View File

@ -104,7 +104,7 @@ h1 {
align-items: center;
justify-content: center;
color: #cebf82;
color: #ffec9e;
}