refac: styling

This commit is contained in:
Timothy Jaeryang Baek 2025-07-09 00:22:25 +04:00
parent 40a715be89
commit 6bf218f720

View file

@ -354,6 +354,15 @@ input[type='number'] {
}
}
/* checked data-checked="true" */
li[data-checked='true'] {
> div {
opacity: 0.5;
text-decoration: line-through;
}
}
input[type='checkbox'] {
cursor: pointer;
}