From c1ae1e81b9d484bf0e92713521640316ce287e85 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 25 May 2025 01:16:30 +0200 Subject: [PATCH] Fix typo in background color variable name in settings.html --- settings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.html b/settings.html index 2cf8918..cf096b3 100644 --- a/settings.html +++ b/settings.html @@ -33,7 +33,7 @@ } /* Sky-Mode Hintergrund */ body { - background: var(--bg-border); + background: var(--border); } /* Dialog-Box */