Oscar Plaisant 3f8f8bf0ac update
2025-05-08 20:54:26 +02:00

10 lines
129 B
CSS

/* checkbox items */
.task-list-item-checkbox {
/* bigger checkbox items */
transform: scale(1.2) translateX(4pt);
}