peregrine/web/src
pyr0ball 41755ccffc fix: DemoBanner button contrast — use semantic surface token instead of hardcoded white
--color-primary in dark mode is a medium-light green (#6ab870); white on green
yields ~2.2:1 contrast (fails WCAG AA 4.5:1 minimum). Using --color-surface
(dark navy in dark mode, near-white in light mode) ensures the text always
contrasts strongly with the primary background regardless of theme.

Also tints banner background with 8% primary via color-mix() so it reads as
visually distinct from the page surface without being loud.
2026-04-16 07:28:36 -07:00
..
assets feat: Interview prep Q&A, cf-orch hardware profile, a11y fixes, dark theme 2026-04-14 17:01:18 -07:00
components fix: DemoBanner button contrast — use semantic surface token instead of hardcoded white 2026-04-16 07:28:36 -07:00
composables fix(demo): smoke-test fixes — card reset, toast error type, apply hint, text contrast 2026-04-16 06:33:57 -07:00
router feat: references tracker and recommendation letter system (#96) 2026-04-15 08:42:06 -07:00
stores feat: shadow listing detector, hired feedback widget, contacts manager 2026-04-15 08:34:12 -07:00
views fix(demo): smoke-test fixes — card reset, toast error type, apply hint, text contrast 2026-04-16 06:33:57 -07:00
App.vue feat(demo): wire DemoBanner, WelcomeModal, HintChip into app + views 2026-04-15 20:57:29 -07:00
main.ts feat(web): merge Vue SPA from feature/vue-spa; add ClassicUIButton + useFeatureFlag 2026-03-22 18:46:11 -07:00
test-setup.ts feat(web): merge Vue SPA from feature/vue-spa; add ClassicUIButton + useFeatureFlag 2026-03-22 18:46:11 -07:00