mirror of https://gitlab.com/curben/blog
fix(css): use disc style for index-list
This commit is contained in:
parent
f92b7e0b53
commit
f187cad58a
|
@ -140,6 +140,7 @@ ul {
|
||||||
|
|
||||||
ul.index-list {
|
ul.index-list {
|
||||||
margin-left: unset;
|
margin-left: unset;
|
||||||
|
list-style: disc;
|
||||||
}
|
}
|
||||||
|
|
||||||
ol {
|
ol {
|
||||||
|
|
Loading…
Reference in New Issue