From 773428489eb58530528a00111472ab9d249fe953 Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 9 Mar 2026 05:55:23 +0100 Subject: [PATCH] ajout du style footer sur tous les elements de la zone --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index dd9c27f..1b26f90 100644 --- a/static/style.css +++ b/static/style.css @@ -7,7 +7,7 @@ blockquote{ background-color: lightgrey; } -footer{ +.footer-text{ background-color: lightgrey; margin: 5px; }