Guides
Theming and Brand
Adapt the visual identity of Docs Launchpad for any product or company.
themingbrandingcss
Theming and Brand
Docs Launchpad uses CSS custom properties for fast visual customization.
Primary customization points
- Global tokens:
src/app/globals.css - Tailwind theme bridge:
tailwind.config.ts - Brand text and links: topbar/footer components under
src/components/docs
Recommended branding workflow
- Set brand colors as CSS variables first.
- Verify light and dark theme contrast.
- Update logo or wordmark references.
- Check mobile nav and command palette readability.
Typography guidance
- Keep heading and body fonts distinct.
- Test code blocks and monospaced text at small widths.
- Use consistent text spacing across docs sections.
Updated 2026-04-19

