diff --git a/public/@brooke/fractal.gif b/public/@brooke/fractal.gif deleted file mode 100644 index a8be025..0000000 Binary files a/public/@brooke/fractal.gif and /dev/null differ diff --git a/public/@brooke/fractal.webp b/public/@brooke/fractal.webp new file mode 100644 index 0000000..c526b83 Binary files /dev/null and b/public/@brooke/fractal.webp differ diff --git a/public/@brooke/index.html b/public/@brooke/index.html index c86ffee..d97a297 100644 --- a/public/@brooke/index.html +++ b/public/@brooke/index.html @@ -16,8 +16,7 @@ --accent-1: #d182ff; --accent-2: #eb53d3; --content-spacing: 5px; - --background-img: url("/@brooke/bg.webp"); - --banner: url("/@brooke/fractal.gif"); + --banner: url("/@brooke/fractal.webp"); --titleBars: url("/@brooke/title-bar.webp"); --text-color: white; --link-color: var(--accent-1); @@ -36,10 +35,7 @@ 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); } @@ -81,7 +77,9 @@