From e05f2703dbe628770c72fe131f46ebb9eff60a97 Mon Sep 17 00:00:00 2001 From: LD Date: Wed, 26 Nov 2025 13:55:09 -0500 Subject: [PATCH] Modification d'une classe Lore qui s'appliquait sur tout les h2 et h3 de toutes les pages --- www/css/style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/www/css/style.css b/www/css/style.css index 23219de..e4ab780 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -36,7 +36,7 @@ } #pageCouranteNAV { - text-shadow: violet 2px ; + text-shadow: violet 2px; box-shadow: #ffefe5; } @@ -147,6 +147,9 @@ footer { .accueil #rencontreEquipe { display: flex; flex-wrap: wrap; + background-color: #E6ECF3; + color: #606060; + height: 85vh; } .accueil #rencontreEquipe div { @@ -449,8 +452,8 @@ footer { } .lore h1, -h2, -h3 { +.lore h2, +.lore h3 { margin: 10px; }