mirror of https://gitlab.com/curben/blog
fix(css): set list-style to disc for toc
This commit is contained in:
parent
98d2ed587e
commit
6d18a37e09
|
@ -145,6 +145,7 @@ ol {
|
|||
|
||||
ol.toc,
|
||||
ol.toc-child {
|
||||
list-style: disc;
|
||||
margin-left: unset;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue