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

🐛 Bug #1248 fixed , [bold text harder to read] #1271

Merged
merged 1 commit into from
Jan 10, 2025

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:
Closes #1248

Screenshots/videos:

Before : [
website bold before
]

After :
website bold after

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.
I didn't implement anything drastically new as all of it was aligned with the theme of the website.

@adityajha2005 adityajha2005 requested a review from a team as a code owner January 10, 2025 04:51
Copy link

github-actions bot commented Jan 10, 2025

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

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

Copy link

codecov bot commented Jan 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (5114356) to head (f720ccf).
Report is 14 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1271   +/-   ##
=========================================
  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.

Copy link
Collaborator

@benjagm benjagm left a comment

Choose a reason for hiding this comment

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

LGTM

@benjagm benjagm merged commit 7b65f8f into json-schema-org:main Jan 10, 2025
11 checks passed
Copy link

Congratulations, @adityajha2005 for your first pull request merge in this repository! 🎉🎉. Thanks for your contribution to JSON Schema!

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