Removed unnecessary JS hack for nested list

This commit is contained in:
Sodbileg Gansukh
2023-07-03 17:37:39 +08:00
parent d75ffc78ac
commit 0e76b5abef
6 changed files with 4 additions and 18 deletions

View File

@ -1479,10 +1479,6 @@ is the very first element in the post content */
box-shadow: 0 2px 6px -2px rgba(0,0,0,.1), 0 0 1px rgba(0,0,0,.4);
}
.gh-content .kg-nested-list-item {
list-style-type: none;
}
.gh-content ol ol li {
list-style-type: lower-alpha;
}