Label, tagline, list and price text only had their contrast verified for the "dark card" side of the isDarkCard split - the "light card" side was never checked against the actual background lightness, so a borderline mid-gray tier (e.g. "The Statement") could land close enough to the muted neutral-gray text to become nearly unreadable. Text colors are now computed with a guaranteed lightness delta from the real background, checked across all 8 tiers in both themes. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.js | ||
| vite.config.js | ||