Skip to content

Commit

Permalink
Fix strikeout of nested checklist items
Browse files Browse the repository at this point in the history
Fix #7
  • Loading branch information
jhildenbiddle committed Mar 8, 2024
1 parent dba7ba0 commit 68f0ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/lists.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ul > li::marker {
padding-left: 0.75em;
}

input[checked] ~ * {
input[checked] + * {
opacity: 0.6;
text-decoration: line-through;
}
Expand Down

0 comments on commit 68f0ef4

Please sign in to comment.