docs: graphite re-skin (type, color, chrome)#2
Merged
Conversation
Re-skin txn2.com onto the graphite design system so the org site matches the sibling documentation sites. Type and color: replace the Fraunces display serif with Geist / Geist Mono and move the palette to the graphite grey ground (--ink #1E232A) with a single cyan accent. Remove the warm and lime background glows, soften the vignette, and remap the former orange tints to cyan. Chrome: remove the live UTC clock from the rail and footer and its JS. Non-italic mono display headings. Cap the hero so all three rows clear the right-pinned stamp. Drop the split-word dropcap and the feature-list numbering and caps chips (ul, name + description). Remap the homepage mermaid diagram's hardcoded palette to the graphite tokens. tokens.json and DESIGN.md are updated in lockstep with site.css so the canonical design reference matches the rendered site.
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.
Brings txn2.com onto the graphite design-system re-skin so the org landing page matches the sibling documentation sites (mcp-data-platform, mcp-datahub, mcp-trino, mcp-s3, kubefwd, txeh).
Type and color: replaces the Fraunces display serif with Geist / Geist Mono (non-italic mono headings, Geist body) and moves the palette to a graphite-grey ground (
--ink #1E232A) with a single restrained cyan accent. Removes the warm and lime background glows, softens the vignette, and remaps the former orange tints to cyan.Chrome: removes the live UTC clock from the rail and footer (and its JS), caps the mono hero display so all three rows clear the right-pinned stamp, drops the split-word dropcap, and removes the feature-list numbering and caps chips (plain
ul, name + description). The homepage mermaid diagram's hardcoded palette is remapped to the graphite tokens.Design system:
tokens.json(the DTCG sidecar) andDESIGN.md(the canonical reference) are updated in lockstep withstatic/css/site.cssso the documented palette, fonts, and type scale match the rendered site. www keeps its own◐glyph rail mark, recolored cyan by the palette.Verification:
hugobuilds clean, and a source-wide scan confirms no old palette or font references remain. The publisheddocs/output is gitignored and rebuilt by CI.