Remove redundant CSS properties set to none

These are default values that aren't needed.
This commit is contained in:
Javi Martín
2023-09-25 19:50:33 +02:00
parent db759bdd08
commit d874697310
2 changed files with 0 additions and 5 deletions

View File

@@ -112,9 +112,6 @@
}
li {
margin: 0;
outline: 0;
ul {
margin-left: $line-height / 1.5;
border-left: 1px solid $sidebar-hover;

View File

@@ -40,8 +40,6 @@
span {
color: inherit;
outline: 0;
text-decoration: none;
}
}
}