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