diff --git a/public/@brooke/index.html b/public/@brooke/index.html index 4511bd6..8b48a15 100644 --- a/public/@brooke/index.html +++ b/public/@brooke/index.html @@ -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 @@