Compare commits

...

2 commits

Author SHA1 Message Date
a9886ef8f9 rollback video changes, foolish misunderstanding of webp
All checks were successful
Static / build (push) Successful in 4s
2024-08-09 17:37:11 -04:00
3499083374 fix accidental deletion 2024-08-09 17:33:55 -04:00

View file

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