From 2e0804f6463cdb249329bbc38e68268b7b2003b6 Mon Sep 17 00:00:00 2001 From: jimmie Date: Mon, 7 Oct 2024 10:47:04 +0200 Subject: [PATCH] Actualiser www/css/style2.css --- www/css/style2.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/css/style2.css b/www/css/style2.css index 16d3201..0fad42f 100644 --- a/www/css/style2.css +++ b/www/css/style2.css @@ -95,7 +95,7 @@ html, body { } body { - background-color: #5c0631; + background-color: #471f33; color: white; } @@ -131,7 +131,7 @@ a { position: relative; background-image: url("../img/ui/header-nuit.png"); - background-image: linear-gradient(rgba(0,0,0,0) 70%, #5c0631 100%), url("../img/ui/header-nuit.png"); + background-image: linear-gradient(rgba(0,0,0,0) 70%, #471f33 100%), url("../img/ui/header-nuit.png"); background-repeat: no-repeat; background-position: center; background-size: cover;