Update ashboard, dashboard (~3)

This commit is contained in:
Echo
2026-02-02 11:26:13 +00:00
parent 104a0a2f77
commit b7419b01ba
3 changed files with 19 additions and 7 deletions

View File

@@ -741,9 +741,9 @@
.todo-item.done { opacity: 0.6; }
.todo-item.done .todo-text { text-decoration: line-through; }
.todo-checkbox {
width: 20px;
height: 20px;
border: 2px solid var(--border-color);
width: 22px;
height: 22px;
border: 2px solid #6b7280;
border-radius: 4px;
cursor: pointer;
display: flex;
@@ -751,8 +751,9 @@
justify-content: center;
flex-shrink: 0;
transition: all 0.2s;
background: transparent;
}
.todo-checkbox:hover { border-color: #8b5cf6; }
.todo-checkbox:hover { border-color: #8b5cf6; background: rgba(139, 92, 246, 0.1); }
.todo-checkbox.checked {
background: #8b5cf6;
border-color: #8b5cf6;