Skip to content

Commit

Permalink
Remove bullet from task-lists
Browse files Browse the repository at this point in the history
  • Loading branch information
davorpa committed Aug 31, 2021
1 parent 4c94250 commit ed51aed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _sass/jekyll-theme-hacker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ ul li {
list-style-image:url('../images/bullet.png');
}

ul.task-list li {
list-style-image: none;
}

blockquote {
color: $blockquote-color;
padding-left: 10px;
Expand Down
5 changes: 5 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ end
- level 2 item
- level 1 item

### What about task lists...

- [ ] Undone task (unchecked)
- [x] Completed task (checked)

### Small image

![Octocat](https://github.githubassets.com/images/icons/emoji/octocat.png)
Expand Down

0 comments on commit ed51aed

Please sign in to comment.