Skip to content

fix(web): improve lifecycle table text contrast and link visibility#1005

Merged
christso merged 3 commits intomainfrom
fix/lifecycle-table-contrast
Apr 9, 2026
Merged

fix(web): improve lifecycle table text contrast and link visibility#1005
christso merged 3 commits intomainfrom
fix/lifecycle-table-contrast

Conversation

@christso
Copy link
Copy Markdown
Collaborator

@christso christso commented Apr 9, 2026

Summary

  • Body cell text was hsl(240, 5%, 55%) (too dim on dark background) — raised to 78% lightness so all table text is clearly readable
  • Links (Agent Control, Langfuse) had no explicit color and inherited the muted gray — now explicitly styled in cyan (--av-indigo) with underline on hover

Test plan

  • Check "Built for the AI Agent Lifecycle" table — all text readable
  • Agent Control and Langfuse links appear clearly in cyan
  • Hover on links shows underline

🤖 Generated with Claude Code

- Raise tbody cell color from --av-text-muted (55% lightness) to 78%
  lightness for readable body text on dark background
- Add explicit td a link styling using --av-indigo (cyan) with hover state

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Apr 9, 2026

Deploying agentv with  Cloudflare Pages  Cloudflare Pages

Latest commit: 13966b8
Status: ✅  Deploy successful!
Preview URL: https://4db588bb.agentv.pages.dev
Branch Preview URL: https://fix-lifecycle-table-contrast.agentv.pages.dev

View logs

christso and others added 2 commits April 9, 2026 05:39
On viewports ≤ 480px, hide "What it does" column and the scroll fade
so Layer / Tool / When fit cleanly without overflow or gradient artefact.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
The av-table-fade overlay was causing the visual line artefact.
Remove the gradient on <=480px and set min-width so the table
stays fully scrollable with all 4 columns accessible.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@christso christso merged commit fd7c91a into main Apr 9, 2026
4 checks passed
@christso christso deleted the fix/lifecycle-table-contrast branch April 9, 2026 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant