Conversation
Add Inter + Space Grotesk font system, deepen dark theme with blue-tinted backgrounds, redesign homepage with ambient glow effects, gradient borders, SVG icons, glassmorphism, and multi-column footer. Polish docs layout with sidebar active indicators, styled code blocks, and display font headings. Register Tabs, Callout, Steps, and Accordion MDX components. Update quick-start and installation pages to showcase new components. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Scope .glass background to dark/light variants (was dark-only) - Add position: relative to nav for ::after pseudo-element safety - Add prefers-reduced-motion guard on fade-in animation - Add aria-hidden to decorative SVG icons - Consolidate duplicate :root blocks Co-Authored-By: Claude Opus 4.6 <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.
Summary
Visual overhaul of the Fumadocs site — typography, color depth, homepage redesign, docs layout polish, and MDX component registration. Transforms the docs from stock template to polished product page while staying on Fumadocs.
Changes
next/font/google, with CSS variable--font-displayand tighter letter-spacinghsl(230, 15%, 4%)), bumped purple saturation, semi-transparent borders, warmer light themeTabs,Tab,Callout,Steps,Step,Accordion,Accordions<Steps>walkthrough, Installation uses<Tabs>for marketplace vs. script,<Callout>tips on both pages.glass/.glow-purple/.gradient-borderutility classesTest Plan
pnpm buildpasses (33 pages, 0 errors)Notes
.md→.mdxto support JSX component syntaxnew Date().getFullYear()in footer renders at build time (static export) — correct for this use casenext/font/google, icons are inline SVG🤖 Generated with Claude Code