generated from nhcarrigan/template
feat: remove video
This commit is contained in:
parent
f74b4cf43a
commit
64c4bd4b9a
@ -41,20 +41,3 @@ import { Icon } from "@astrojs/starlight/components";
|
|||||||
<Icon name="moon" class="dark" />
|
<Icon name="moon" class="dark" />
|
||||||
<Icon name="laptop" class="auto" />
|
<Icon name="laptop" class="auto" />
|
||||||
</template>
|
</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>
|
|
Loading…
x
Reference in New Issue
Block a user