Compare commits
No commits in common. "a9886ef8f9e18007625f9256f5d13c2f97f69fa7" and "eeb250c3f5bfa7c6964fb082a3ee5ec0c95ef020" have entirely different histories.
a9886ef8f9
...
eeb250c3f5
1 changed files with 3 additions and 5 deletions
|
@ -16,7 +16,6 @@
|
||||||
--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;
|
||||||
|
@ -36,10 +35,7 @@
|
||||||
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);
|
||||||
}
|
}
|
||||||
|
@ -81,7 +77,9 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="container">
|
<div id="container">
|
||||||
<div class="topbar"></div>
|
<video class="topbar" autoplay muted loop playsinline>
|
||||||
|
<source src="/@brooke/fractal.webp" type="video/webm">
|
||||||
|
</video>
|
||||||
<div id="flex">
|
<div id="flex">
|
||||||
<main>
|
<main>
|
||||||
<div class="sidebar-title"> </div>
|
<div class="sidebar-title"> </div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue