feat: use the product logo for the brand mark + favicon#17
Merged
Conversation
Replace the generated rocket favicon (favicon.svg) and the magenta-tile + rocket navbar mark with the actual product logo (the gradient "D"), copied from the console repo. The navbar brand now renders the logo via <picture> (webp + png); the favicon uses the product mark (webp + png), matching the console and website. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
.card-icon drove its glyph color from --color-primary-600 (72% L in dark) — brighter than the console's brand-tinted icons, which use hsl(336 86% 60%). Add a scoped --color-icon-brand token (primary-600 on Paper, hsl(336 86% 60%) on Ink) so dark-theme icons read the same as the console. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Preview deleted (PR closed). |
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.
Use the product logo for the brand mark + favicon (and match the console's dark icon color)
Brings the docs site in line with the product's actual branding and the console's dark-theme icon color.
Navbar — product logo (dark)
Home — light / dark
What changed
static/img/logo.{webp,png}), rendered via<picture>(webp + png).favicon.svg→ the product mark (favicon.webp+favicon.png), matching the console and website.hsl(336 86% 60%), but.card-iconused the brightened--color-primary-600(72% L) in dark mode. Added a scoped--color-icon-brandtoken (primary-600on Paper,hsl(336 86% 60%)on Ink) so dark icons read the same as the console — without touchingprimary-600(still used by sidebar/TOC active links, badges).Verification
hugo --gc --minify(extended 0.161.1) builds clean (52 pages);favicon.svgremoved with no remaining references.🤖 Generated with Claude Code