style: update docs theme to match Ghost blog#18
Conversation
Replace purple/electric blue accent with Ghost blog design tokens: - Background #0a0a0a, surface #1a1a1a, borders #262626 - Accent blue #3b82f6, text #fafafa/#a1a1a1/#666666 - Inter body, Space Grotesk headings, JetBrains Mono code - Remove logo images, use text title
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
WalkthroughThe website styling has been comprehensively updated with a new dark theme featuring blue accents instead of purple, typography changes including Inter and Space Grotesk fonts, and the removal of logo configuration from the Astro setup. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~22 minutes Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🤖 Augment PR SummarySummary: Updates the documentation site styling to match the bmadcode.com Ghost blog look and typography. Changes:
Technical Notes: The theme is primarily driven by Starlight CSS variables ( 🤖 Was this summary useful? React with 👍 or 👎 |
| */ | ||
|
|
||
| /* Google Fonts - match Ghost blog typography */ | ||
| @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&family=JetBrains+Mono:wght@400;500&display=swap'); |
There was a problem hiding this comment.
website/src/styles/custom.css:13 — Importing Google Fonts via a remote @import introduces a third‑party network dependency that can fail under strict CSPs or offline/internal deployments. If this docs site is expected to work in those environments, consider bundling/self-hosting these fonts to keep rendering consistent.
Severity: medium
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
Summary
Test plan
Summary by CodeRabbit
Release Notes