style: switch primary accent from teal to deep royal blue

Replace #4f98a3 (desaturated teal) with #3b6ed8 (deep royal blue) as
the app's primary accent. Affects every text-primary, bg-primary,
ring-primary, border-primary class — selection rings, active sidebar
rows, the active filter pill background, the loupe info button when
open, etc.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-08 21:30:46 +02:00
parent e7d62c29e1
commit ec4a14976d
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
--color-text: #e8e6e0;
--color-text-muted: #878580;
--color-text-faint: #4a4845;
--color-primary: #4f98a3;
--color-primary: #3b6ed8;
--color-pick: #4f9e5c;
--color-reject: #c25a5a;
--color-star: #d4a340;