diff --git a/static/style.css b/static/style.css index 7ab27fe..fc9a19f 100644 --- a/static/style.css +++ b/static/style.css @@ -795,10 +795,8 @@ a:hover { color: var(--accent-hover); } align-items: flex-start; gap: 8px; padding: 6px 12px; - background: var(--surface); - border: 1px solid var(--border); - border-radius: var(--radius); - margin-bottom: 8px; + border-bottom: 1px solid var(--border); + transition: background var(--transition); } .capture-text { @@ -818,14 +816,11 @@ a:hover { color: var(--accent-hover); } align-items: center; gap: 8px; padding: 6px 12px; - background: var(--surface); - border: 1px solid var(--border); - border-radius: var(--radius); - margin-bottom: 6px; - transition: all var(--transition); + border-bottom: 1px solid var(--border); + transition: background var(--transition); } -.focus-item:hover { border-color: var(--accent); } +.focus-item:hover { background: var(--surface2); } .focus-item.completed { opacity: 0.6; } .focus-item.completed .focus-title { text-decoration: line-through; } diff --git a/templates/capture.html b/templates/capture.html index 021682d..63b2968 100644 --- a/templates/capture.html +++ b/templates/capture.html @@ -53,11 +53,12 @@ {% if items %} +