mirror of
https://github.com/Ladebeze66/coffreobsidian.git
synced 2025-12-16 13:27:47 +01:00
10 lines
389 B
CSS
10 lines
389 B
CSS
/* ========== CASES À COCHER ========== */
|
|
.markdown-preview-view input[type="checkbox"] {
|
|
transform: scale(1.2); /* Agrandir la checkbox */
|
|
accent-color: #98FF98; /* Couleur de coche (vert pastel) */
|
|
margin-right: 8px;
|
|
}
|
|
.task-list-item.is-checked {
|
|
text-decoration: line-through;
|
|
color: #888888; /* Tâche grisée si cochée */
|
|
} |