feat: toggle todo status by clicking (#99)

This commit is contained in:
boojack
2022-07-02 00:56:25 +08:00
committed by GitHub
parent 9611ff7386
commit a7425ac558
5 changed files with 42 additions and 18 deletions

View File

@ -21,7 +21,7 @@
.counter-block,
.todo-block {
@apply inline-block text-center w-6 font-mono;
@apply inline-block text-center w-6 font-mono select-none cursor-pointer hover:shadow-inner;
}
pre {