Restore site branding + theme to main - #6
Merged
Conversation
The branding (logo, favicon, purple accent) and theme polish (yellow search highlight, white dark-mode accent) were committed on the custom-domain / site-theme-polish branches but never reached main — PR #3 merged only its root-base commit. This re-applies the four affected files: - site/src/assets/logo.svg: waveform-"P" mark (#8844ae), shown in the header - site/public/favicon.svg: matching mark, white on a purple tile - site/src/styles/theme.css: purple accent (white accent text in dark mode) + yellow Pagefind search highlight - site/astro.config.mjs: wire up logo + customCss Co-Authored-By: Claude Opus 4.8 (1M context) <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.
The site branding (logo, favicon, purple accent) and theme polish (yellow search highlight, white dark-mode accent) were committed on the
custom-domain/site-theme-polishbranches but never landed onmain— PR #3 merged only its root-base commit, so the live site still shows the old placeholder favicon and no logo.This re-applies the four affected files onto main:
site/src/assets/logo.svg— waveform-"P" mark (#8844ae), header logosite/public/favicon.svg— matching mark, white on a purple tilesite/src/styles/theme.css— purple accent (white accent text in dark mode) + yellow search highlightsite/astro.config.mjs— wire uplogo+customCssVerified:
npm run buildclean; favicon = new mark; accent (#8844ae) + search highlight (#fde047) in bundled CSS.🤖 Generated with Claude Code