From 349908337485ef1d17c45858757543201f2604e3 Mon Sep 17 00:00:00 2001 From: brooke Date: Fri, 9 Aug 2024 17:33:55 -0400 Subject: [PATCH] fix accidental deletion --- public/@brooke/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/@brooke/index.html b/public/@brooke/index.html index d97a297..4511bd6 100644 --- a/public/@brooke/index.html +++ b/public/@brooke/index.html @@ -16,7 +16,7 @@ --accent-1: #d182ff; --accent-2: #eb53d3; --content-spacing: 5px; - --banner: url("/@brooke/fractal.webp"); + --background-img: url("/@brooke/bg.webp"); --titleBars: url("/@brooke/title-bar.webp"); --text-color: white; --link-color: var(--accent-1);