some css lint fixes

This commit is contained in:
memeriau
2021-11-27 10:32:57 +01:00
parent 8e72708b4e
commit ac90f88915
4 changed files with 15 additions and 12 deletions

View File

@@ -46,7 +46,7 @@
font-weight: 400;
text-decoration: none;
color: $color-orange;
text-shadow: 2px 2px 2px black;
text-shadow: 2px 2px 2px $color-black;
}
}
@@ -54,11 +54,3 @@
font-size: 14px;
color: #555;
}
.header {
color: inherit;
display: block;
overflow: auto;
padding: 15px;
text-decoration: none;
}