chore: remove debug class

This commit is contained in:
Kazhnuz 2024-09-22 17:58:30 +02:00
parent 4dfaa842bb
commit 0782136eb7
2 changed files with 1 additions and 7 deletions

View file

@ -17,7 +17,7 @@
</head>
<body class="text-wrapper debug">
<body class="text-wrapper">
<h1>
Document de Test
</h1>

View file

@ -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;
}