Skip to content

Commit

Permalink
feat: better checkbox differentiation
Browse files Browse the repository at this point in the history
  • Loading branch information
ribru17 committed Sep 13, 2023
1 parent 7911b70 commit 2d6fbb5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/_static/markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,9 @@
box-sizing: border-box;
padding: 0;
}
.task-list-item input[type="checkbox"]:checked {
filter: invert() brightness(2.5) invert();
}
.task-list-item input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
Expand Down

0 comments on commit 2d6fbb5

Please sign in to comment.