You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redesign: Match homepage to Figma design and apply theme site-wide (#68)
* redesign: match homepage to Figma design and apply theme site-wide
- Update brand color from green to teal (#2ca4ab) with full light/dark palette
- Add Inter font via Google Fonts for clean modern typography
- Redesign homepage hero: light gray background, centered title/subtitle, 3 buttons
- Replace SVG feature cards with 3 API cards (Content, OAuth2/OIDC, User-related)
- Clean up navbar: shorter title, remove emoji prefixes, teal pill Request Access btn
- Streamline footer to 3 columns matching Figma (API Docs, Community, More)
- Apply new design tokens across request-access, request-scopes, and modal pages
- Add reusable CSS variables for surfaces, borders, shadows, and radii
- No functionality changes styling and presentation only
* fix: keep Request Access visible on mobile homepage
Removes the media query that hid the navbar Request Access button on mobile homepage. The old inline fallback button was removed in the redesign, so this rule left mobile users with no path to /request-access.
* fix: remove duplicate site title in browser tab
Layout no longer passes title=siteConfig.title on the homepage, so Docusaurus shows just the site title instead of repeating it twice.
* feat: mobile Request Access as top hero button, Quick Start becomes outlined
On mobile homepage: Request Access appears as the primary teal button at the top of the hero, Quick Start Guide swaps to outlined style, and Request Access is hidden from the hamburger menu to avoid duplication.
* fix: address PR review use design tokens and fix footer link paths
- Dark mode navbar: use var(--qf-surface-page) and var(--qf-border-card) instead of hardcoded colors
- Hover backgrounds: use var(--ifm-color-emphasis-100) for theme-aware hover states
- Border-radius: use var(--ifm-global-radius) instead of hardcoded 8px
- Footer links: add leading / to OAuth2 and User-related API paths
* Update homepage branding and developer benefits wording
* Style Request Access menu item for sidebar in mobile and homepage
0 commit comments