Outline 'Installed' chips in brand teal; lighten card text#29
Merged
Conversation
- 'Installed' chips: solid green -> brand light-teal outline with ~20%-darker teal text. Light #238088 clears WCAG AA (4.65:1) on white; dark uses bright teal #7fe0e6 (10.7:1) for legibility on dark cards. - Prompt-card <p> description text ~30% lighter via a new --muted-soft token, in both light and dark. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Member
Author
|
erase |
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.
Two small style changes to
index.html(theme-aware, offmain)."Installed" chips
--success); now a brand light-teal outline with ~20%-darker teal text.#2ea9b3, text#238088(clears WCAG AA at 4.65:1 on white).#5fd0d8, bright-teal text#7fe0e6(10.7:1) — darkening would hurt legibility on dark cards, so the dark text stays bright.Card paragraph text
.prompt-card pdescription text is ~30% lighter via a new--muted-softtoken (light#90a0a9, dark#b3c3c4).Verified in both light and dark on the running app.
Independent of the open header PR (#28) — touches different rules, no conflict.
🤖 Generated with Claude Code