From ae2cc0eee4977e069b433ae2369260dd2fb3f026 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sat, 22 Nov 2025 18:28:23 -0500 Subject: [PATCH] Retrait des applications des class sur le body dans les pages non construite --- www/css/style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/www/css/style.css b/www/css/style.css index 1c2b675..937ac9f 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -86,7 +86,7 @@ footer { /* PAGE: à Propos */ /* AUTEUR: Stanislas */ /****************************/ -.aPropos body { +.aPropos main { background-color: rgb(99, 241, 99); } @@ -94,15 +94,15 @@ footer { /* PAGE: L'équipe */ /* AUTEUR: Jérémy & Andres */ /****************************/ -.team body { - background-color: rgb(172, 45, 45); +.team main { + background-color: #e6ecf3; } /****************************/ /* PAGE: Histoire de DE */ /* AUTEUR: Jérémy */ /****************************/ -.histoire body { +.histoire main { background-color: rgb(104, 170, 56); } @@ -260,7 +260,7 @@ footer { /* PAGE: Missions */ /* AUTEUR: Stanislas */ /****************************/ -.missions body { +.missions main { background-color: rgb(43, 189, 226); } @@ -268,6 +268,6 @@ footer { /* PAGE: Armures */ /* AUTEUR: Andres */ /****************************/ -.armures body { +.armures main { background-color: rgb(255, 119, 0); } \ No newline at end of file