buildmymcpserver/apps
Marco Sadjadi 66128c73d8
All checks were successful
Deploy to Production / deploy (push) Successful in 57s
fix(web): mobile menu background via inline style (Tailwind v4 quirk)
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>
2026-05-23 18:43:57 +02:00
..
api fix(preview): switch spec generation to Haiku 4.5 to fit the proxy window 2026-05-22 00:03:12 +02:00
generator feat(deploy): production Dockerfiles, compose stack, and runbook 2026-05-21 00:37:02 +02:00
runner-template fix(docker): healthcheck must hit 127.0.0.1, not localhost 2026-05-21 18:07:01 +02:00
web fix(web): mobile menu background via inline style (Tailwind v4 quirk) 2026-05-23 18:43:57 +02:00