fix unwanted star before ordered list

This commit is contained in:
Alex Chi 2021-01-30 20:42:02 +08:00 committed by GitHub
parent 02b2654b93
commit 7a96256b05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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