Skip to content
- Contrast: Fix low-contrast “ZigBolt” title text in header (Lighthouse accessibility warning)
- LCP: Add
fetchpriority="high" to hero image via custom Hero component override for faster Largest Contentful Paint
- Override Starlight Hero component to set
fetchpriority="high" on the LCP image
- Add CSS rules to ensure site title uses high-contrast colors in both light and dark themes
frontend/astro.config.mjs — added Hero component override
frontend/src/components/Hero.astro — custom Hero with fetchpriority
frontend/src/styles/custom.css — contrast fix for site title