From b9e64034736f3da9917e59fe2e2bb9e0b6d88444 Mon Sep 17 00:00:00 2001
From: Kazhnuz <kazhnuz@kobold.cafe>
Date: Sat, 15 Mar 2025 00:22:52 +0100
Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Retrait=20de=20la=20lune?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 public/css/index.css | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/public/css/index.css b/public/css/index.css
index 8426f15..0d1deaa 100644
--- a/public/css/index.css
+++ b/public/css/index.css
@@ -45,10 +45,10 @@ body {
 	min-height:100vh;
 	font-family: var(--font-family);
 	color: var(--text-color);
-  background-image: url("/img/dark-b10.png"), url("/img/night-sky.png");
-  background-position: bottom left, top 16px right 32px;
-  background-repeat: repeat-x, no-repeat;
-  background-attachment: fixed, fixed;
+  background-image: url("/img/dark-b10.png");
+  background-position: bottom left;
+  background-repeat: repeat-x;
+  background-attachment: fixed;
   font-size: 16px;
 }