From 65dee4666cee23e483c434b1c047e5259c37c7e3 Mon Sep 17 00:00:00 2001
From: aqquq <jannik.wurche@student.uni-halle.de>
Date: Wed, 3 Jul 2024 08:36:19 +0200
Subject: [PATCH] =?UTF-8?q?=F0=9F=96=8A=EF=B8=8F-fix=20relative=20file=20n?=
 =?UTF-8?q?ame?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/style.css b/src/style.css
index 7557e7f..c61e256 100644
--- a/src/style.css
+++ b/src/style.css
@@ -77,7 +77,7 @@ div.background {
   left: 0;
   width: 100%;
   height: 100%;
-  background: url('bg1.svg') no-repeat center center;
+  background: url('bg.svg') no-repeat center center;
   background-size: contain;
   filter: grayscale(100%);
   z-index: 1;
-- 
GitLab