fabro/apps/arc-web/app
Bryan Helmkamp 3b8a0c3af2 Fix light mode colors for diff views and charts
The .light CSS variable overrides were defined before the :root dark
defaults, so equal-specificity source-order caused the dark values to
always win. Move .light overrides after each :root block so they
correctly take effect.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 19:12:13 -05:00
..
components Add light mode support with theme toggle 2026-03-01 18:06:45 -05:00
data Add light mode support with theme toggle 2026-03-01 18:06:45 -05:00
layouts Add light mode support with theme toggle 2026-03-01 18:06:45 -05:00
lib Add light mode support with theme toggle 2026-03-01 18:06:45 -05:00
routes Add light mode support with theme toggle 2026-03-01 18:06:45 -05:00
welcome Add arc-web React Router 7 app with pipeline kanban board 2026-02-28 12:34:18 -05:00
api-client.ts Add asymmetric JWT service-to-service auth between arc-web and arc-attractor 2026-02-28 18:05:49 -05:00
app.css Fix light mode colors for diff views and charts 2026-03-01 19:12:13 -05:00
root.tsx Add light mode support with theme toggle 2026-03-01 18:06:45 -05:00
routes.ts Add verifications catalog page and per-run verifications tab 2026-03-01 16:31:47 -05:00