Don't use the weird af "unset" keyword

This commit is contained in:
daudix
2024-07-22 00:07:34 +03:00
parent bd4c5bb972
commit 0eb32679a5
9 changed files with 23 additions and 21 deletions

View File

@ -27,13 +27,13 @@ pre {
table {
box-shadow: none;
border-radius: 0;
background-color: unset;
background-color: transparent;
table-layout: auto;
overflow: hidden;
tr {
&:nth-child(even) {
background-color: unset;
background-color: transparent;
}
th,
@ -42,7 +42,7 @@ pre {
}
th {
background-color: unset;
background-color: transparent;
font-weight: normal;
}
}