From 812422365828dac21970d3b0cdbc77c82e58ea16 Mon Sep 17 00:00:00 2001
From: benoit-cty <6603048+benoit-cty@users.noreply.github.com>
Date: Thu, 17 Oct 2024 15:25:55 +0200
Subject: [PATCH] css fond vert

---
 notebooks/styles.css | 38 ++++++++++++++++++++++----------------
 1 file changed, 22 insertions(+), 16 deletions(-)

diff --git a/notebooks/styles.css b/notebooks/styles.css
index d22362cf..ae7895e3 100644
--- a/notebooks/styles.css
+++ b/notebooks/styles.css
@@ -1,26 +1,32 @@
 .cell-output pre {
-    margin-left: 0.8rem;
-    margin-top: 0;
-    background: none;
-    border-left: 2px solid lightsalmon;
-    border-top-left-radius: 0;
-    border-top-right-radius: 0;
-  }
+  margin-left: 0.8rem;
+  margin-top: 0;
+  background: none;
+  border-left: 2px solid lightsalmon;
+  border-top-left-radius: 0;
+  border-top-right-radius: 0;
+}
 
 .cell-output .sourceCode {
-    background: none;
-    margin-top: 0;
-  }
+  background: none;
+  margin-top: 0;
+}
 
 .cell > .sourceCode {
-    margin-bottom: 0;
-  }
+  margin-bottom: 0;
+}
 
 /* header LexImpact */
+[data-bs-theme=dark] .navbar {
+  background-color: #A6A00C;
+}
+.navbar {
+  background-color: #A6A00C;
+}
 .navbar-dark {
-    background-color: #A6A00C;
-  }
+  background-color: #A6A00C;
+}
 
 i.bi.bi-github{
-    display: none;
-  }
+  display: none;
+}
-- 
GitLab