-
Notifications
You must be signed in to change notification settings - Fork 2
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
Fix Line Height and Color Regressions #271
Conversation
This PR fixes a small set of regressions from the recent dark mode css refactor that resulted in increased line height and a lighter color for post comments and descriptions. Fixes #260
I'm sorry to be making such a THING about this but the smaller (or lighter? or both?) font is just over the "this is too small" line for me, whereas it was fine before. I am AOK with any changes that help people use Dark Mode usefully but the smaller font is too small. I am sorry, I know you are working hard on this. |
The font size on the comments on list view is small, yes, but it's the same size it was before (none of the font sizes changed, just line height and in the case of the text description, the color). As for the lightness, I'm not sure what you're seeing — the comments are all using the same color they had before the refactor — |
FWIW we have a long-standing issue (#243) from @bradchoate about the font size of the comments. Why don't I bump the list view comments up from 12px to 14px and see how that feels. |
I think this is AOK and ready for prime time. Anything else you need from me? |
Thanks @jessamynwest! |
Overview
This PR fixes a small set of regressions from the recent dark mode css
refactor that resulted in increased line height and a lighter color for
post comments and descriptions.
Testing
These changes don't show up in screenshots very well. Instead, try comparing the preview deploy version of the following pages to their production versions:
Permalink page (preview)
Permalink page (production)
List page (preview)
List page (production)
Be sure to review in both light and dark mode!