From 7f8c0008118522110a768b7da2d492cdd20fe93d Mon Sep 17 00:00:00 2001
From: alexisben <alex@noesya.coop>
Date: Mon, 21 Nov 2022 12:50:45 +0100
Subject: [PATCH] margins

---
 layouts/partials/footer/debug.html | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/layouts/partials/footer/debug.html b/layouts/partials/footer/debug.html
index cdeade6e..9eeaeea3 100644
--- a/layouts/partials/footer/debug.html
+++ b/layouts/partials/footer/debug.html
@@ -62,6 +62,7 @@
     left: 0;
     pointer-events: none;
     width: 100%;
+    mix-blend-mode: difference;
   }
   .d-spacing.is-visible {
     display: block;
@@ -74,11 +75,11 @@
   }
   .d-spacing > div {
     width: 100%;
-    border-bottom: 1px solid #000;
+    border-bottom: 1px solid white;
     display: block;
   }
   .d-spacing > div:nth-child(1){
-    border-top: 1px solid #000;
+    border-top: 1px solid white;
     height: var(--spacing0);
   }
   .d-spacing > div:nth-child(1) span{
-- 
GitLab