generated from nhcarrigan/template
feat: remove video
This commit is contained in:
parent
f74b4cf43a
commit
64c4bd4b9a
@ -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>
|
Loading…
x
Reference in New Issue
Block a user