Skip to content

feat(blog): tune background glow visuals#81

Merged
SoonIter merged 2 commits intomainfrom
feat/blog-visual-tuning
Apr 22, 2026
Merged

feat(blog): tune background glow visuals#81
SoonIter merged 2 commits intomainfrom
feat/blog-visual-tuning

Conversation

@SoonIter
Copy link
Copy Markdown
Member

Summary

  • add light/dark glow SVG assets for BlogBackground
  • render the glow background layer in the blog background component
  • tune blog list card shadow/blur and article typography for the doc layout view

Testing

  • pnpm lint
  • pnpm run build
  • pnpm run build-storybook

Notes

Copilot AI review requested due to automatic review settings April 22, 2026 05:29
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR tunes the blog page visuals by introducing theme-specific glow background assets for BlogBackground and adjusting blog list card styling and doc-layout typography overrides.

Changes:

  • Add light/dark glow SVGs and render a new glow layer in BlogBackground.
  • Adjust blog list card border/shadow/blur styling and refactor featured-card SCSS structure.
  • Add doc-layout-specific typography overrides for .rp-doc headings/paragraphs when the sidebar/outline are hidden.

Reviewed changes

Copilot reviewed 4 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/blog-list/index.tsx Adds doc-layout global CSS overrides for .rp-doc title/intro text when hiding sidebar/outline.
src/blog-list/index.module.scss Tweaks card border/blur/shadow and restructures featured-card selectors.
src/blog-background/index.tsx Renders a new glow background layer.
src/blog-background/index.module.scss Defines theme-specific glow asset variables and styles the glow layer.
src/blog-background/glow-light.svg Adds the light-mode glow asset.
src/blog-background/glow-dark.svg Adds the dark-mode glow asset.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/blog-list/index.module.scss Outdated
@SoonIter SoonIter merged commit 6342c8b into main Apr 22, 2026
6 checks passed
@SoonIter SoonIter deleted the feat/blog-visual-tuning branch April 22, 2026 08:56
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.

2 participants