chore: update seed data

This commit is contained in:
boojack
2022-07-02 15:01:59 +08:00
parent 06fc29aecd
commit 2fe2b82809
3 changed files with 27 additions and 4 deletions

View File

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