From 6b2a96620c72aa1e7a5740ffd978cf732915a372 Mon Sep 17 00:00:00 2001 From: Felix Martin Date: Sun, 31 May 2026 21:16:11 -0400 Subject: [PATCH] M4: drop stale plan-task reference from CSS comment Co-Authored-By: Claude Opus 4.8 --- internal/web/static/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/web/static/app.css b/internal/web/static/app.css index 12c5da6..0fefa1d 100644 --- a/internal/web/static/app.css +++ b/internal/web/static/app.css @@ -100,7 +100,7 @@ input:focus { outline: 0; border-color: var(--accent); } } .switches { font-size: 12px; color: var(--ink-dim); margin-top: 8px; } -/* Review summary band (built out in Task 3) */ +/* Review summary band */ .summary { font-size: 14px; } .summary-row { display: flex; justify-content: space-between; padding: 3px 0;