All error-red and success-green rgba values were using dark-mode hex values directly. In light mode those tokens shift (error #f85149→#dc2626, success #3fb950→#16a34a), so the hardcoded tints stayed wrong. Replaced with color-mix() so tints follow the token. Also: - Add missing --space-5 (1.25rem) to spacing scale in theme.css - Add --color-accent (purple) token for csv_import badge; adapts dark/light - Wire blocklist source badges to use --color-info/accent/success tokens |
||
|---|---|---|
| .. | ||
| AppNav.vue | ||
| FeedbackButton.vue | ||
| ListingCard.vue | ||
| TrustFeedbackButtons.vue | ||