docs: apply Namespace violet brand and fix getting-started table - #9
Closed
HAPPYS1NGH wants to merge 1 commit into
Closed
docs: apply Namespace violet brand and fix getting-started table#9HAPPYS1NGH wants to merge 1 commit into
HAPPYS1NGH wants to merge 1 commit into
Conversation
- docs.json: swap green palette (#15803D/#07C983) for Namespace violet primary #5876F4 with derived light (#7B93F7) and dark (#3D5BEB) shades - docs.json: add fonts — Inter (body) + Space Grotesk (headings) - getting-started.mdx: fix malformed comparison table (header declared 5 columns but separator/data rows had 4); drop empty Trust assumptions column Co-Authored-By: Claude <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.
What changed
Brand (
docs.jsononly)colors.primary:#15803D→#5876F4(Namespace violet)colors.light:#07C983→#7B93F7(lighter shade, light mode)colors.dark:#15803D→#3D5BEB(deeper shade, dark mode)fonts: bodyInter, headingsSpace GroteskGetting started (
getting-started.mdx)Trust assumptions) but the separator and all data rows only had 4, so it rendered broken. Dropped the emptyTrust assumptionscolumn to a clean 4-column table.Scope
Only
docs.jsonandgetting-started.mdx. Logos and favicon already match the official brand kit (verified md5-identical) and are unchanged.Verification
mint validate→ build validation passed🤖 Generated with Claude Code