style(marketing): retheme sub-pages to the DEVORA OS look#7
Merged
Conversation
The homepage ships the new DEVORA OS experience, but the marketing sub-pages (about, services, pricing, work, contact, faq, industries, process) were still on the previous 'dev + aura' palette. Retheme them to match: - globals.css @theme: near-black cosmic surfaces (#050609), cool greys, and the DEVORA gold accent (#f2a84b) replacing the old yellow-gold. Since the pages are built on semantic tokens, this cascades across every page. - Added a fixed .devora-cosmos backdrop (gold + blue radial glow) in the (marketing) layout so static pages share the homepage's cosmic depth. - Chrome: darker glass on the header, mobile nav and scroll toggle; recoloured the DevoraMark logo to the new gold. Fonts (Space Grotesk + Space Mono + Cairo) already matched the homepage, so the sub-pages now read as one system. The homepage is untouched (it uses its own hard-coded palette). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Brings the marketing sub-pages (about, services, pricing, work, contact, faq, industries, process) onto the same DEVORA OS dark-cosmic theme as the new homepage — they were still on the previous "dev + aura" palette.
globals.css @theme): near-black cosmic surfaces (#050609), cool greys, DEVORA gold accent (#f2a84b). Cascades across every page via the existing semantic tokens.(marketing)layout so static pages share the homepage's depth.Fonts already matched, so the sub-pages now read as one system with the homepage. The homepage itself is untouched (it uses its own hard-coded palette).
QA
tsc✅ ·eslint✅ (0) ·next build✅--color-bg #050609,--color-amber #f2a84b,ink #f5f6f8.Note: this is a visual retheme. Sub-page copy still uses the "dev + aura / full-stack web studio" positioning (vs the homepage's "Digital Empire Engineering") — a separate content decision, left as-is.
🤖 Generated with Claude Code