From 5c5f59582978f4ad1b9fa0fe01358b1d9859a88b Mon Sep 17 00:00:00 2001 From: MasterAcnolo <68693319+MasterAcnolo@users.noreply.github.com> Date: Sun, 21 Sep 2025 09:57:47 +0200 Subject: [PATCH] Fix Spicy Image --- public/styles/theme/spicy-theme.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/styles/theme/spicy-theme.css b/public/styles/theme/spicy-theme.css index a3046e7..948f133 100644 --- a/public/styles/theme/spicy-theme.css +++ b/public/styles/theme/spicy-theme.css @@ -43,8 +43,9 @@ body.spicy { /* Optionnel: background piments */ body.spicy { - background-image: url('../../assets/images/Spicy.webp'); + background-image: url('../../assets/images/spicy.webp'); background-size:contain; background-position: center; background-attachment: fixed; -} + background-repeat: no-repeat; +} \ No newline at end of file