You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’ve worked on the color contrast issue for the uploader’s comments in the Catppuccin Mocha theme (#6597). I’ve made adjustments to the CSS to ensure the contrast ratio is improved for better readability and accessibility. Specifically, I modified the colors related to the uploader's username highlight, making it more distinguishable against the background.
I’ve tested the changes locally on macOS 11 and can confirm that the contrast is now more pronounced, meeting the accessibility standards. You can find the relevant pull request here: #6603.
Looking forward to your feedback, and let me know if further adjustments are needed.
Guidelines
Describe the bug
Expected Behavior
A clear label for an uploader's comment, no matter the theme used. This is important for accessibility.
Issue Labels
accessibility issue
FreeTube Version
v0.22.1
Operating System Version
Windows 10 22H2
Installation Method
.exe
Primary API used
Local API
Last Known Working FreeTube Version (If Any)
No response
Additional Information
See https://webaim.org/resources/contrastchecker/?fcolor=1E1E2E&bcolor=181825, a contrast ratio of 1.07:1 is much too low. A rule of thumb is at least 4.5:1 for proper legilibility.
The relevant CSS properties are
card-bg-color
andsecondary-card-bg-color
for.catppuccinMocha
Screenshots:
Catppuccin Mocha:
Dark theme:
Nightly Build
The text was updated successfully, but these errors were encountered: