chore: remove debug class
This commit is contained in:
parent
4dfaa842bb
commit
0782136eb7
2 changed files with 1 additions and 7 deletions
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="text-wrapper debug">
|
<body class="text-wrapper">
|
||||||
<h1>
|
<h1>
|
||||||
Document de Test
|
Document de Test
|
||||||
</h1>
|
</h1>
|
||||||
|
|
|
@ -29,12 +29,6 @@ body {
|
||||||
font-weight: 400;
|
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 {
|
.night-mode {
|
||||||
color:#BBB;
|
color:#BBB;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue