From 0df4e324dfc4b80de3931c6174ffccf88f953d59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E3=82=AF=E3=83=9E?= <85490958+adrianvic@users.noreply.github.com> Date: Fri, 6 Feb 2026 20:27:22 -0300 Subject: [PATCH] Update background image path in style.css --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index de36a7b..9796c66 100644 --- a/style.css +++ b/style.css @@ -133,7 +133,7 @@ aside::before { background-size: contain; background-position: left bottom; - background-image: url('/background.png'); + background-image: url('./background.png'); background-repeat: no-repeat; z-index: 0;