|
All checks were successful
Deploy to Production / deploy (push) Successful in 57s
Tailwind v4's `bg-[--color-X]` bracket-arbitrary syntax does not wrap the value in var(), so it compiles to `background-color: --color-bg-elevated` — an invalid color, which the browser falls back to transparent. The mobile menu was the one element that depended solely on this utility for its background, so it rendered with none. Use an inline style with explicit var() and color-mix to match the nav bar's frosted look (var(--color-bg) at 80% + backdrop-blur). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| api | ||
| generator | ||
| runner-template | ||
| web | ||