From 52b505c83f8be2f0eb258e9cc45bb399c86dfdea Mon Sep 17 00:00:00 2001
From: Jean-Philippe Metivier <jean-philippe.metivier@unicaen.fr>
Date: Thu, 31 Oct 2024 10:43:24 +0100
Subject: [PATCH] Fond blanc pour le tableau affichant un indicateur

---
 view/unicaen-indicateur/indicateur/afficher.phtml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/view/unicaen-indicateur/indicateur/afficher.phtml b/view/unicaen-indicateur/indicateur/afficher.phtml
index 4b348f2..97bf9a5 100644
--- a/view/unicaen-indicateur/indicateur/afficher.phtml
+++ b/view/unicaen-indicateur/indicateur/afficher.phtml
@@ -129,4 +129,10 @@ use UnicaenIndicateur\Entity\Db\Indicateur;
             history.replaceState(null, null, "#" + anchor);
         });
     });
-</script>
\ No newline at end of file
+</script>
+
+<style>
+    table {
+        background: white;
+    }
+</style>
\ No newline at end of file
-- 
GitLab