Update list styling

This commit is contained in:
panr
2020-05-28 20:06:21 +02:00
parent e2bb4583b1
commit abab5c6dcd
7 changed files with 6 additions and 11 deletions

View File

@ -222,11 +222,6 @@ ol {
@media (--phone) {
margin-left: 20px;
}
ul,
ol {
margin-top: 20px;
}
}
ol ol {

View File

@ -75,7 +75,7 @@
list-style: none;
li:before {
content: '';
content: '-';
position: absolute;
left: -20px;
color: var(--accent);