diff --git a/style.css b/style.css index a1965d5..f4178a4 100644 --- a/style.css +++ b/style.css @@ -2786,5 +2786,14 @@ body.action-embed-index { .article-body ul { list-style-position: inside; + list-style-type: disc; +} + +.article-body ol { + list-style-position: inside; + list-style-type: decimal; +} + +.article-body li { list-style: inherit; } -- libgit2 0.21.2