From e7edaa34f14611fc1f28e7a5c53f6e982c51736e Mon Sep 17 00:00:00 2001
From: Bastien Dumont <bdumont@grandlyon.com>
Date: Tue, 19 Sep 2023 16:21:54 +0200
Subject: [PATCH] pagination white

---
 src/styles/index.scss | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/src/styles/index.scss b/src/styles/index.scss
index a2737a1a..9ddc1f56 100644
--- a/src/styles/index.scss
+++ b/src/styles/index.scss
@@ -19,14 +19,8 @@ h3 {
   color: $gold;
 }
 
-.MuiPagination-ul {
-  justify-content: center;
-  li button {
-    color: white;
-    &.Mui-selected {
-      color: $gold;
-    }
-  }
+li.MuiMenuItem-root {
+  color: white !important;
 }
 
 .buttons {
-- 
GitLab