readme: theme-aware logo for GitHub dark mode#194
Conversation
Wraps the logo in a <picture> element so GitHub renders logo_dark.svg when the viewer has dark mode enabled, and logo.svg for light mode. Also adds the SVG logo files (light and dark variants). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
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 (1)
📝 WalkthroughWalkthroughThe README.md file has been updated to implement theme-aware logo rendering. The change replaces a single Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
✨ Finishing Touches🧪 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. Review rate limit: 0/1 reviews remaining, refill in 60 minutes.Comment |
|



Summary
<picture>element using GitHub'sprefers-color-schememedia query, sologo_dark.svgis shown in dark mode andlogo.svgin light mode.logo/logo.svgandlogo/logo_dark.svgto the repo.Test plan
🤖 Generated with Claude Code
Summary by CodeRabbit