Bring the cream light theme back across the stack and share one header/footer#5
Merged
Conversation
HananINouman
approved these changes
Jun 11, 2026
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.
Restores the warm cream light palette + muted pizza colors and folds the landing/assessment chrome into one shared header and footer.
The cream design now lives entirely in the token layer (
theme-tokens.css:root+lib/theme/tokens.ts), so it flows through the alias layer and the obol-ui bridge to the landing, the assessment, and methodology at once — no page-specific CSS, in keeping with the obol-ui convention.Three commits:
keyframes) and fix a few spots where obol-ui<Text as="span">was wrapping mid-sentence.SiteHeader/SiteFooteracross/,/assess,/methodology, and share pages. The header is route-aware (no "Assess" CTA on/assess), the logo mark themes off the pizza tokens, and the old unusedlayout/scaffolding is removed. CLAUDE.md + README updated to match.Dark mode is unchanged. Static export builds all routes (incl. the 729 share pages); tests + lint pass.