feat: remove video
Some checks failed
Node.js CI / Lint and Test (push) Successful in 1m33s
Code Analysis / SonarQube (push) Failing after 1m34s

This commit is contained in:
Naomi Carrigan 2025-05-22 09:23:33 -07:00
parent f74b4cf43a
commit 64c4bd4b9a
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8

View File

@ -40,21 +40,4 @@ import { Icon } from "@astrojs/starlight/components";
<Icon name="sun" class="light" />
<Icon name="moon" class="dark" />
<Icon name="laptop" class="auto" />
</template>
<video
autoplay={true}
loop={true}
muted={true}
playsinline={true}
src="https://cdn.nhcarrigan.com/overlay.webm"
style={{
pointerEvents: "none",
position: "fixed",
top: 0,
left: 0,
opacity: 0.25,
zIndex: 100,
width: "100vw",
height: "100vh",
objectFit: "cover",
}}></video>
</template>