Unreadable text on Gist pages #18297
-
|
If users use userContent.css to set readable fonts and font sizes (I use 20 point Andika), then successive lines on Github Gist pages will overlap each other. for example here: https://gist.github.com/bzxbot/6967e074130b86d5df2c |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Hello @MarjaE2 - thank you for providing this feedback! We will file this with our Accessibility team so that it can be reviewed and will follow-up here with any additional questions or updates. Thanks again! |
Beta Was this translation helpful? Give feedback.
-
|
Hi @MarjaE2, I'm a member of the GitHub Accessibility team. While cannot officially support user-modified styles, I'd like to help out if I can. Can you try adding the following declaration in your .blob-num { line-height: 1.5 !important }You can try different values in addition to |
Beta Was this translation helpful? Give feedback.
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.

Hi @MarjaE2, I'm a member of the GitHub Accessibility team. While cannot officially support user-modified styles, I'd like to help out if I can.
Can you try adding the following declaration in your
userContent.cssfile?You can try different values in addition to
1.5to adjust the ratio. This will override GitHub's value ofline-height: 20px, which is what I believe is creating the problem you're experiencing.