diff --git a/static/css/home.css b/static/css/home.css index 9a44e79..f347659 100644 --- a/static/css/home.css +++ b/static/css/home.css @@ -36,6 +36,27 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/. text-decoration: none; } +ul, ol { + padding-left: 0; +} + +li > ul, li > ol { + padding-left: 1em; +} + +li > ul > li.parsedown-task-list-close, li > ul > li.parsedown-task-list-open { + margin-left: 1em; +} + +li:not(.parsedown-task-list-close):not(.parsedown-task-list-open) { + margin-left: 1em; +} + .parsedown-task-list-close { text-decoration: line-through; + list-style-type: none; +} + +.parsedown-task-list-open { + list-style-type: none; } \ No newline at end of file