diff --git a/_sass/klise/_post.scss b/_sass/klise/_post.scss index f6cb328..7465d46 100644 --- a/_sass/klise/_post.scss +++ b/_sass/klise/_post.scss @@ -115,9 +115,13 @@ } ul.task-list { - list-style: none; + list-style: none; margin: 0; + li::before { + content: ""; + } + li input[type="checkbox"] { margin-right: 10px; }