fix(theme): set concrete status colors and increase avatar accent tint

Replace self-referential CSS variables with explicit hex values for status tokens (--color-sync-ahead, --color-success, --color-warning) and change --color-on-status to white. This makes the theme colors deterministic (avoids circular var() references) and ensures consistent contrast.

Also increase the accent mix used for avatar backgrounds in the review center from 35% to 45% so avatars have a stronger accent tint.
This commit is contained in:
2026-09-18 10:57:46 +02:00
parent 7ee02e8652
commit 19eacd2e9f
2 changed files with 5 additions and 5 deletions
File diff suppressed because one or more lines are too long