From 641ef70f9dd280ed2224c2754c5582cbc4c9a07e Mon Sep 17 00:00:00 2001 From: Didictateur Date: Mon, 23 Feb 2026 14:37:37 +0100 Subject: [PATCH] fixed background --- frontend/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/css/style.css b/frontend/css/style.css index cf407cf..24547bc 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -9,6 +9,7 @@ body { padding: 0; min-height: 100%; background: radial-gradient(circle at center, #1a5c1a 0%, #0d3d0d 100%); + background-attachment: fixed; font-family: Arial, sans-serif; }