style: update blog post page typography to match reference design#1672
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Copilot
AI
changed the title
[WIP] Change the font size and color on blog page
style: update blog post page typography to match reference design
May 23, 2026
sanjay-kv
approved these changes
May 23, 2026
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.
Blog post paragraph text lacked explicit font size, color, and spacing — defaulting to inherited values that didn't match the intended design. Updates
.blog-post-page .markdowninsrc/css/custom.cssto align with the reference site's Tailwind utility classes (text-lg text-gray-600 leading-8 mt-5 mb-2).Description
Type of Change
Changes Made
src/css/custom.css—.blog-post-page .markdownfont-size1.125rem(text-lg)colorrgb(75, 85, 99)(text-gray-600)line-height1.82rem(leading-8).blog-post-page .markdown prule:margin-top: 1.25rem/margin-bottom: 0.5rem(mt-5 mb-2)html[data-theme="dark"] .blog-post-page .markdownoverride:color: rgb(209, 213, 219)to keep text readable in dark modeDependencies
None.
Checklist
npm run buildand attached screenshot(s) in this PR.