diff --git a/layouts/partials/footer/debug.html b/layouts/partials/footer/debug.html index cdeade6e06c48cd42de47240f47b0125ac718a54..9eeaeea30355fbd733ca1c95f1a1187ddac3230e 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{