fix unwanted star before ordered list
This commit is contained in:
parent
02b2654b93
commit
7a96256b05
|
@ -60,7 +60,7 @@ ul {
|
|||
ul li {
|
||||
text-indent: -2ch;
|
||||
}
|
||||
ul li::before {
|
||||
ul > li::before {
|
||||
content: '* ';
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue