Merge pull request #21 from skyzh/patch-1

fix unwanted star before nested ordered list
This commit is contained in:
Athul Cyriac Ajay
2021-03-24 19:38:32 +05:30
committed by GitHub

View File

@ -60,7 +60,7 @@ ul {
ul li { ul li {
text-indent: -2ch; text-indent: -2ch;
} }
ul li::before { ul > li::before {
content: '* '; content: '* ';
font-weight: bold; font-weight: bold;
} }