feat(web): vivid orange accents - #14
Merged
Merged
Conversation
Keep #c2410c as the sole text accent (AA) and add vividness around it: orange text selection, accent focus-visible ring, slightly warmed stone canvases, an orange glow on the primary CTA, and an accent rail on the active sidebar link. New --color-accent-vivid/--color-accent-glow vars are fill/glow-only because #ea580c fails AA for text. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
caio-pizzol
marked this pull request as ready for review
August 11, 2026 20:53
There was a problem hiding this comment.
All reported issues were addressed across 3 files
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
Unlayered :focus-visible beat Tailwind v4's layered utilities, doubling the ring on components with their own focus styles. Co-Authored-By: Claude Fable 5 <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.
Makes the orange feel more vivid without touching the text accent — #c2410c stays the only color used for copy and links, so no contrast regressions.
Changes
::selectionbecomes warm orange (#fed7aa) — free brand moment on a text-heavy site:focus-visiblering in the accent color--color-accent-vivid/--color-accent-glowtokens, documented as fill/glow-only (#ea580c is ~3.4:1 on white — fails AA for text)Deliberately left out: flipping button hover to a brighter orange (#ea580c) — white button text on it drops below AA 4.5:1. Can revisit if we accept large-text-only contrast on CTAs.
Must stay the same: #c2410c as the accent for all text/links; note severity colors untouched.
Review: check the sidebar rail doesn't shift layout and the warmed canvases don't clash with the stone borders. Ignore the biome warning in scripts/ingest-xsd (pre-existing).
Verified:
bun run typecheck→ clean;bun run build→ 11 pages pre-rendered; lefthook pre-commit (build/format/lint/typecheck) → all green🤖 Generated with Claude Code