Align design tokens with landing page color scheme (Phase 10e-2a) #26
Labels
No labels
domain:backend
domain:devops
domain:frontend
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo_admin/westside-landing#26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Lineage
plan-2026-03-08-tryout-prep→ Phase 10e → Phase 10e-2a (color alignment refinement)Repo
forgejo_admin/westside-appUser Story
As a visitor navigating between the landing page and the app
I want consistent brand colors and text hierarchy
So that both sites feel like the same organization
Context
The landing page (
ldraney/west-side-basketball) has a deliberate 10-color palette with CSS custom properties. The westside-app design tokens (PR #23) were extracted from ad-hoc hex values already in the codebase. Comparing the two reveals drift: brand red is#d42026on the landing page vs#c41230in the app (more maroon), text grays differ significantly, and border colors don't match. Since all routes now usevar()references (10e-2), aligning the token values inapp.csspropagates everywhere automatically.File Targets
Files to modify:
src/app.css— update token hex values to match landing page palettesrc/app.html— update inline critical styles to match (bg, text color)Files NOT to touch:
var()referencesAcceptance Criteria
--color-brandmatches landing page red#d42026--color-brand-hovermatches landing page hover#e8333a#f0f0f0,#d4d4d4,#a3a3a3,#737373)#262626app.htmlinline styles use same values asapp.csstokensnpm run buildpassesTest Expectations
npm run buildpassesnpm run buildConstraints
app.htmlandapp.cssbackground values in syncChecklist
npm run build)Related
westside-basketball— projectplan-2026-03-08-tryout-prep— parent plan