rollback video changes, foolish misunderstanding of webp
All checks were successful
Static / build (push) Successful in 4s

This commit is contained in:
brooke 2024-08-09 17:37:11 -04:00
parent 3499083374
commit a9886ef8f9

View file

@ -17,6 +17,7 @@
--accent-2: #eb53d3;
--content-spacing: 5px;
--background-img: url("/@brooke/bg.webp");
--banner: url("/@brooke/fractal.webp");
--titleBars: url("/@brooke/title-bar.webp");
--text-color: white;
--link-color: var(--accent-1);
@ -35,7 +36,10 @@
background-size: auto 300px;
}
.topbar {
background-image: var(--banner);
height: 150px;
background-size: cover;
background-position: 60%;
margin-bottom: var(--content-spacing);
border: var(--border);
}
@ -77,9 +81,7 @@
</head>
<body>
<div id="container">
<video class="topbar" autoplay muted loop playsinline>
<source src="/@brooke/fractal.webp" type="video/webm">
</video>
<div class="topbar"></div>
<div id="flex">
<main>
<div class="sidebar-title">&nbsp;</div>