fix(web): improve lifecycle table text contrast and link visibility#1005
Merged
fix(web): improve lifecycle table text contrast and link visibility#1005
Conversation
- 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>
Deploying agentv with
|
| Latest commit: |
13966b8
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://4db588bb.agentv.pages.dev |
| Branch Preview URL: | https://fix-lifecycle-table-contrast.agentv.pages.dev |
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
hsl(240, 5%, 55%)(too dim on dark background) — raised to 78% lightness so all table text is clearly readable--av-indigo) with underline on hoverTest plan
🤖 Generated with Claude Code