processing / p5.js-web-editor

The p5.js Editor is a website for creating p5.js sketches, with a focus on making coding accessible and inclusive for artists, designers, educators, beginners, and anyone else! You can create, share, or remix p5.js sketches without needing to download or configure anything.
https://editor.p5js.org
GNU Lesser General Public License v2.1
1.32k stars 1.27k forks source link

Making 'Sublime Text shortcuts.' hyperlink easily distinguishable with rest of the text. #2940

Open Ri-Sharma opened 6 months ago

Ri-Sharma commented 6 months ago

Increasing Access

This would allow the user to easily identify that 'Sublime Text shortcuts' is an hyperlink.

Feature enhancement details

Before :- image

After :- image

lindapaiste commented 6 months ago

Issues like this keep coming up in various places and I think that we probably want to change the default style for all links, not just this one link. @raclim should we use the primary accent color (pink) for all links?

raclim commented 6 months ago

@lindapaiste Hmm, I think the primary accent color might not work because it doesn't pass the color contrast criteria for accessibility.

Screenshot 2024-01-25 at 3 42 00 PM

I think we actually have a lot of elements within the site that definitely don't pass this 😅 particularly, the dark grey text on light grey backgrounds. I've been wondering in terms of appearance, if it might be better to reach out to a designer who can give a clear direction on how all these elements should look that also aligns with these standards?