fix(css): set style for toc level

This commit is contained in:
Ming Di Leom 2023-04-23 10:42:28 +00:00
parent 483c071f01
commit e07800b485
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
2 changed files with 12 additions and 4 deletions

View File

@ -170,11 +170,15 @@ ol {
list-style: decimal;
}
ol.toc,
ol.toc-child {
ol.toc {
list-style: disc;
}
ol.toc-child {
list-style: circle;
margin-bottom: unset;
}
li ol,
li ul,
ol,

View File

@ -486,11 +486,15 @@ ol {
list-style: decimal;
}
ol.toc,
ol.toc-child {
ol.toc {
list-style: disc;
}
ol.toc-child {
list-style: circle;
margin-bottom: unset;
}
li ol,
li ul,
ol,