From a39e8a0df1256db1bfc8ade7f4199445bad9dc31 Mon Sep 17 00:00:00 2001 From: Antoine Le Gonidec Date: Wed, 24 Jul 2024 14:36:45 +0200 Subject: [PATCH] Use a neutral, light grey background --- css/index.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/css/index.css b/css/index.css index 21df22c..10f1d35 100644 --- a/css/index.css +++ b/css/index.css @@ -7,7 +7,7 @@ /* Variables */ html { - --bgcolor: #bd8f97; + --bgcolor: #dddddd; --dark-color: #401018; /* Pour les textes entre autre */ --color1: #e8304e; --color2: #b03a4d; @@ -34,8 +34,6 @@ body { color: var(--dark-color); position: relative; height: 100%; - background: url("../images/curve2.png") repeat-y fixed left bottom,url("../images/curve.png") repeat-y fixed right bottom var(--bgcolor); - } ::selection { text-shadow: none;