Super Small Patches

This commit is contained in:
x8r 2025-09-21 09:32:59 -05:00
commit 91ffcc3e59
2 changed files with 8 additions and 2 deletions

View file

@ -34,7 +34,7 @@ body {
margin: 0;
}
p, h1, h2 {
h1, h2, p {
text-shadow: 2px 2px 2px black;
}
@ -397,4 +397,10 @@ button:disabled:hover {
transition: 0.3s;
background: white;
transform: translateX(-50%);
border: none;
outline: none;
}
#opening {
text-shadow: 2px 2px 2px transparent;
}

View file

@ -88,6 +88,6 @@
<div class="backdrop-blur"></div>
<video src="assets/intro.mp4" id="introVid" autoplay>
</video>
<p id="opening" style="color: black; z-index: 100; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); display: none;">Please Click.</p>
<p id="opening" style="color: black; z-index: 100; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); display: none; text-shadow: transparent;">Please Click.</p>
</body>
</html>