Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed #1248 - Improved Bold Text Contrast in Dark Mode #1255

Closed
wants to merge 1 commit into from

Conversation

adityajha2005
Copy link
Contributor

What kind of change does this PR introduce?
🐛 Bugfix: Improves the contrast of bold text in dark mode.

Issue Number:

Screenshots/videos:

Before Fix:
before fix

After Fix:
after bug fix

If relevant, did you update the documentation?

No updates were needed as this is a UI bugfix.

Summary

This PR fixes a bug where bold text in dark mode had insufficient contrast, making it harder to read compared to light mode. The fix enhances the visibility of bold text while maintaining a cohesive design. This resolves a common complaint about text readability in dark mode.

Does this PR introduce a breaking change?

No.

Additional Notes:

Tested on different devices and browsers to ensure consistency.
No migration path is needed since this is a minor visual update.

@adityajha2005 adityajha2005 requested a review from a team as a code owner January 6, 2025 19:36
Copy link

github-actions bot commented Jan 6, 2025

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
website ✅ Ready (View Log) Visit Preview 7954f43

@gregsdennis
Copy link
Member

@adityajha2005 please read through the contributor guidelines. This issue is still in triage and hasn't been assigned.

Copy link

codecov bot commented Jan 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (5114356) to head (7954f43).

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1255   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines          373       373           
  Branches        94        94           
=========================================
  Hits           373       373           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@adityajha2005
Copy link
Contributor Author

@gregsdennis sorry sir my bad.

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.

🐛 Bug: Bold text in dark mode is harder to read
2 participants