From 0782136eb74da95482d6c65ed49677917881f627 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Sun, 22 Sep 2024 17:58:30 +0200 Subject: [PATCH] chore: remove debug class --- index.html | 2 +- scss/clear-typography.scss | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/index.html b/index.html index 0216c13..5dfacc6 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@ - +

Document de Test

diff --git a/scss/clear-typography.scss b/scss/clear-typography.scss index be1d373..6332203 100644 --- a/scss/clear-typography.scss +++ b/scss/clear-typography.scss @@ -29,12 +29,6 @@ body { font-weight: 400; } -.debug { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0, rgba(255, 255, 255, 0) 1px); - background-repeat: repeat-y; - background-size: 100% $lineheight; -} - .night-mode { color:#BBB; }