Update ashboard (~1)

This commit is contained in:
Echo
2026-02-02 11:07:25 +00:00
parent a7fbeddfd8
commit c3a45e63c1

View File

@@ -729,9 +729,9 @@
border-radius: 6px; border-radius: 6px;
margin-bottom: 6px; margin-bottom: 6px;
transition: all 0.2s; transition: all 0.2s;
border: 1px solid #374151; border: 1px solid #4b5563;
} }
.todo-item:hover { background: #1f2937; } .todo-item:hover { background: rgba(75, 85, 99, 0.3); border-color: #6b7280; }
.todo-item.done { opacity: 0.6; } .todo-item.done { opacity: 0.6; }
.todo-item.done .todo-text { text-decoration: line-through; } .todo-item.done .todo-text { text-decoration: line-through; }
.todo-checkbox { .todo-checkbox {
@@ -754,8 +754,8 @@
.todo-checkbox svg { display: none; width: 14px; height: 14px; color: white; } .todo-checkbox svg { display: none; width: 14px; height: 14px; color: white; }
.todo-checkbox.checked svg { display: block; } .todo-checkbox.checked svg { display: block; }
.todo-content { flex: 1; min-width: 0; } .todo-content { flex: 1; min-width: 0; }
.todo-text { font-size: 14px; color: #f3f4f6; margin-bottom: 4px; } .todo-text { font-size: 14px; color: #ffffff; margin-bottom: 4px; }
.todo-context { font-size: 13px; color: #9ca3af; margin-bottom: 6px; font-style: italic; } .todo-context { font-size: 13px; color: #d1d5db; margin-bottom: 6px; font-style: italic; }
.todo-meta { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; } .todo-meta { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.todo-domain { .todo-domain {
font-size: 11px; font-size: 11px;