Match Sizzle's clean wordmark text style + brand colors#1667
Closed
sohni-tagirisa wants to merge 1 commit into
Closed
Match Sizzle's clean wordmark text style + brand colors#1667sohni-tagirisa wants to merge 1 commit into
sohni-tagirisa wants to merge 1 commit into
Conversation
Align pdd/frontend's live header (rendered inline in App.tsx, not the unused components/Header.tsx) with the Sizzle site's typographic identity: a semibold sans `brand-sleet` wordmark beside a tiny, wide-tracked, uppercase mono `brand-cyan` descriptor. Adds the shared `brand-*` palette to the Tailwind config and aligns the page <title>. Existing logo kept. Combines the previously-scoped Colors (#1656) + Header (#1657) sub-PRs into one approvable change targeting epic/sizzle-brand-consistency. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 task
Collaborator
Author
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.
Sub-PR of #1666 — Match Sizzle's clean wordmark text style + brand colors
Targets
epic/sizzle-brand-consistency(notmain).Brings
pdd/frontend's look in line with the Sizzle site: same typographic identity, existing logo kept.Changes
App.tsx(the live header — rendered inline here, not in the unusedcomponents/Header.tsx): the bold-whitePrompt Drivenheading becomes Sizzle's lockup — a semibold sansbrand-sleetwordmarkPromptDriven.aibeside a tiny, wide-tracked, uppercase monobrand-cyandescriptorPrompt Driven Development, baseline-aligned.index.html: adds the sharedbrand-*palette (cyan #00d8ff,navy,graphite,magenta,purple,green,sleet,mute) to the Tailwind config; aligns the page<title>.Fonts (Inter + JetBrains Mono) were already loaded — no font-loading change needed. This combines the originally-scoped Colors (#1656) + Header (#1657) sub-PRs into one approvable unit.
Verification
Frontend-only, class/text + Tailwind-token changes; the new
brand-*classes resolve against the palette added in the same PR.🤖 Generated with Claude Code