diff --git a/dashboard/index.html b/dashboard/index.html index 8c0874d..98e2e58 100644 --- a/dashboard/index.html +++ b/dashboard/index.html @@ -729,9 +729,9 @@ border-radius: 6px; margin-bottom: 6px; 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 .todo-text { text-decoration: line-through; } .todo-checkbox { @@ -754,8 +754,8 @@ .todo-checkbox svg { display: none; width: 14px; height: 14px; color: white; } .todo-checkbox.checked svg { display: block; } .todo-content { flex: 1; min-width: 0; } - .todo-text { font-size: 14px; color: #f3f4f6; margin-bottom: 4px; } - .todo-context { font-size: 13px; color: #9ca3af; margin-bottom: 6px; font-style: italic; } + .todo-text { font-size: 14px; color: #ffffff; margin-bottom: 4px; } + .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-domain { font-size: 11px;