Highlight task rows on hover

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-17 22:19:44 +00:00
parent 3514d57b00
commit 23d5011e56

View File

@@ -121,6 +121,8 @@ main { padding: 1.25rem; }
.task-row[data-priority='normal'] { border-left-color: #5588e0; }
.task-row[data-priority='low'] { border-left-color: #555; }
.task-row:hover { background: #2c2c2c; }
.task-row[data-status='done'] { opacity: 0.5; }
.task-row[data-status='cancelled'] { opacity: 0.4; text-decoration: line-through; }