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
commit 11d230652b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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