fix(blog): add faint border to prose images#110
Merged
Conversation
White-background screenshots blended into the white page. Add a global .prose img border (gray-200 light, white/10 dark) matching the code-block border, plus a small radius. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CSftCP42JgVT55nBe5YYxB
wavekat-eason
pushed a commit
that referenced
this pull request
Jun 28, 2026
🤖 I have created a release *beep* *boop* --- ## [0.0.39](wavekat-com-v0.0.38...wavekat-com-v0.0.39) (2026-06-28) ### Bug Fixes * **blog:** add faint border to prose images ([#110](#110)) ([a17dd17](a17dd17)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Contributor
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.
What
White-background screenshots in blog posts blended into the white page, making the image edges invisible.
Add a global
.prose imgborder so every blog/prose image has a faint outline:#e5e7eb(gray-200)rgb(255 255 255 / 0.1)(white/10)0.5remradiusColors match the existing code-block border in
Post.astro, so it's consistent in both themes. Global rule = applies to all posts (and every localized variant) with zero per-page wiring.Verification
npx astro buildpasses (132 pages); both rules confirmed in the compiled CSS.🤖 Generated with Claude Code
https://claude.ai/code/session_01CSftCP42JgVT55nBe5YYxB