feat(docs): add the hero background glyph#284
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a home-page hero background “glyph” (an SVG line-art motif) to the VitePress docs theme via a CSS pseudo-element, intended to sit behind the hero content and be hidden on mobile.
Changes:
- Introduces a
.VPHome::afterpseudo-element with an inline SVG background image positioned top-right. - Adds responsive behavior to hide the glyph on smaller screens.
A faint, project-specific line-art motif behind the home hero (from the Claude Design docs mockup), in the site accent. Self-contained data-URI in custom.css; hidden on mobile. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
dae9e28 to
30133a0
Compare
Collaborator
Author
|
Addressed all of the above in the latest push — reworked the glyph so it's robust and accent-driven:
Verified rendering locally (accent-colored glyph, incl. the text labels in unthrown's). |
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.
Adds the project-specific line-art motif behind the home hero from the Claude Design docs mockup, in the site accent (self-contained data-URI in
custom.css, hidden on mobile).Note: this was meant to ride along with the 1.5.0 PR but got stranded when that merged first — hence this follow-up.
🤖 Generated with Claude Code