Conversation
Bring the docs in line with the new scroll.io landing page (frontends design/landing.html) and the blog built on it: - tokens: src/styles/brand.css holds the landing page's warm ink ramp, hairlines and single violet accent, with dark-mode values for the docs' theme toggle; Tailwind and the old design-system/theme variables now point at it - type: Instrument Serif for display and h1/h2, Inter for text, JetBrains Mono for code and small labels (replaces TransSans/Roboto/circular) - logo and favicons: the new Scroll mark with a "Docs" pill; favicon from frontends, PNG icons rendered from the mark - components: header, sidebars, table of contents, callouts, tables, code blocks (light/dark Expressive Code themes), tabs, toggles, buttons, footer, newsletter band, home page, 404 and the Ask AI control - fix unreadable RPC table text and hard-coded icon colours in dark mode - drop the footer's Join Us and Brand Kit links (both 404 on scroll.io)
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This branch was successfully deployed
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.
Summary
Brings docs.scroll.io in line with the new scroll.io landing page (
frontends/design/landing.html) and the blog built on it: fonts, logo, colours and every component that carried the old orange/cream look.Tokens
src/styles/brand.cssholds the landing page's system: warm ground#F4F2F0, ink#0A0A0Awith a four-step ramp, hairlines, and one violet accent#6D45E8.--theme-*variables now point at these tokens, so a colour change lives in one file..dark.Type
circularface that loaded from Chainlink's CDN.Logo and icons
currentColor, so it follows the theme.Components
github-light/github-darkwith brand backgrounds), switched by the.darkclass.Fixes and removals
color: black), and the Note/SDK/next icons no longer have hard-coded fills.Notes
public/are no longer referenced. I left them in place in case anything links to them directly.Test plan
astro buildpasses (468 pages)article-components(every MDX component: code, callouts, tables, tabs, toggle, mermaid, markmap, RPC table)🤖 Generated with Claude Code