馃悰 What is the bug?
The TorusGuard.png banner in README.md is currently embedded with <img width="300">. On high-DPI retina screens and mobile GitHub apps, the image can appear slightly scaled or display with high dark contrast on pure white themes.
馃幆 Expected Behavior
The banner should be crisp on all display scales and look seamless across both GitHub Dark Mode and Light Mode.
馃挕 Suggested Fix
- Add an
@2x optimized asset or responsive <picture> tag.
- Ensure consistent padding and mobile responsiveness in
README.md.
馃悰 What is the bug?
The
TorusGuard.pngbanner inREADME.mdis currently embedded with<img width="300">. On high-DPI retina screens and mobile GitHub apps, the image can appear slightly scaled or display with high dark contrast on pure white themes.馃幆 Expected Behavior
The banner should be crisp on all display scales and look seamless across both GitHub Dark Mode and Light Mode.
馃挕 Suggested Fix
@2xoptimized asset or responsive<picture>tag.README.md.