Skip to content

Improve author card on blog page: decrease description font size and update background color#1680

Merged
sanjay-kv merged 3 commits into
mainfrom
copilot/decrease-author-card-font-size
May 23, 2026
Merged

Improve author card on blog page: decrease description font size and update background color#1680
sanjay-kv merged 3 commits into
mainfrom
copilot/decrease-author-card-font-size

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 23, 2026

Description

Improves the author card on the blog post page by reducing the description font size to match the reference design and updating the card background to the requested brand color.

Type of Change

  • New feature (e.g., new page, component, or functionality)
  • Bug fix (non-breaking change that fixes an issue)
  • UI/UX improvement (design, layout, or styling updates)
  • Performance optimization (e.g., code splitting, caching)
  • Documentation update (README, contribution guidelines, etc.)
  • Other (please specify):

Changes Made

All changes are in src/theme/BlogPostItem/Footer/styles.module.css:

  • .authorSummary — decreased description font size and updated line-height to match text-sm leading-relaxed from the reference design:

    • font-size: 1.1rem0.875rem
    • line-height: 1.41.625
  • .authorCard — updated background color to match brand specification:

    • background: var(--ifm-color-emphasis-100)#FAFBFD

Dependencies

  • No new dependencies.

Checklist

  • My code follows the style guidelines of this project.
  • I have tested my changes across major browsers and devices
  • My changes do not generate new console warnings or errors .
  • I ran npm run build and attached screenshot(s) in this PR.
  • This is already assigned Issue to me, not an unassigned issue.

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
recode-website Ready Ready Preview, Comment May 23, 2026 6:57pm

Copilot AI changed the title [WIP] Fix author card font size on blog page Decrease author card description font size on blog page May 23, 2026
Copilot AI requested a review from sanjay-kv May 23, 2026 18:47
@sanjay-kv sanjay-kv marked this pull request as ready for review May 23, 2026 18:49
@sanjay-kv
Copy link
Copy Markdown
Member

@copilot
I want to change the author card background to match this #FAFBFD color

Copy link
Copy Markdown
Contributor Author

Copilot AI commented May 23, 2026

@copilot
I want to change the author card background to match this #FAFBFD color

Done in b0ca86d — the .authorCard background is now set to #FAFBFD (replacing the previous var(--ifm-color-emphasis-100)).

Copilot AI changed the title Decrease author card description font size on blog page Improve author card on blog page: decrease description font size and update background color May 23, 2026
Copilot AI requested a review from sanjay-kv May 23, 2026 18:57
@sanjay-kv sanjay-kv merged commit 9290d02 into main May 23, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Author card on blog page description font change

2 participants