## Motivation Follow-up to #1601 (downloads page contrast fix). The HOME and DOWNLOADS navigation links in the top-right header use `text-exo-light-gray` (`oklch(0.6 0 0)`) which is too dim against the dark header background. ## Changes Changed both nav links in `HeaderNav.svelte` from `text-exo-light-gray` to `text-white/70` for better visibility. Hover state (`text-exo-yellow`) is unchanged. ## Why It Works `text-white/70` provides noticeably better contrast against `bg-exo-dark-gray` while still looking subdued relative to the yellow accent color on hover. This is consistent with the approach used in #1601. ## Test Plan ### Manual Testing - Verified both links are clearly readable on the home page and downloads page - Hover state still transitions to yellow as expected ### Automated Testing - Dashboard builds successfully --------- Co-authored-by: Claude Opus 4.6 <[email protected]>