From 0766de4b51797385099417816897797aaeb6bc6d Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Mon, 27 Nov 2023 10:47:51 +0100
Subject: [PATCH] allow hr in footer

---
 .../static/css/basetheme_bootstrap4_pasteur.css                | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css b/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
index 2a71c31..15ea809 100644
--- a/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
+++ b/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
@@ -488,6 +488,9 @@ footer .inner-wrap {
     font-size: initial;
     flex-grow: 0;
 }
+.footer .block-menu ul hr{
+    border-top: 1px solid #2D96FA;
+}
 
 main a:hover {
     color: #0056b3;
-- 
GitLab