Update ashboard (~1)

This commit is contained in:
Echo
2026-02-02 11:06:11 +00:00
parent db56ba2520
commit 94b9c0402b

View File

@@ -725,11 +725,11 @@
align-items: flex-start;
gap: 12px;
padding: 10px 12px;
background: #111827;
background: transparent;
border-radius: 6px;
margin-bottom: 6px;
transition: all 0.2s;
border: 1px solid #1f2937;
border: 1px solid #374151;
}
.todo-item:hover { background: #1f2937; }
.todo-item.done { opacity: 0.6; }