Redesign the herdr-plus brand mark and wordmark#11
Open
cloudmanic wants to merge 1 commit into
Open
Conversation
Replace the glossy blue '+' badge with a minimal, elegant hairline plus and restyle the wordmark into a cohesive 'herdr+' lockup: - brand.html: inline hairline-plus SVG (currentColor) + 'herdr' in Inter 600, lowercase, tight tracking — the plus glyph serves as the literal '+'. - app.css: new neutral --color-brand token (slate #334155 light / #cbd5e1 dark) in all three theme blocks; drives both mark and wordmark so the lockup is one color that adapts. Blue --color-accent kept for CTAs/links. - logo.svg (favicon): standalone hairline plus that adapts to browser color scheme via prefers-color-scheme. - Regenerated favicon/apple-touch/icon PNG set + favicon.ico from the new mark. - Rebuilt the OG card with the new 'herdr+' lockup.
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.
Replaces the dated glossy-blue "+" badge with a minimal, elegant hairline plus and restyles the wordmark into a cohesive "herdr+" lockup — the plus glyph is the "+".
What changed
currentColor.--color-brandtoken (slate#334155on light,#cbd5e1on dark) defined in all three theme blocks, driving both the mark and the wordmark so the lockup is one cohesive color that flips with the light/dark toggle.--color-accentuntouched) — a deliberate neutral-logo / blue-accent split.logo.svg): standalone hairline plus that adapts to the browser's color scheme viaprefers-color-scheme.favicon.icofrom the new mark.Built clean with
make site; verified the lockup in both light and dark themes.