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.37k stars 1.32k forks source link

Fix : [#2940] Add font-weight #2941

Closed Ri-Sharma closed 8 months ago

Ri-Sharma commented 8 months ago

Fixes #2940

Changes: Added font-weight to the anchor tag to resolve the issue.

This will ensure that the hyperlink is formatted to align with the visual style of other hyperlinks within the web application. Like following :- image

I have verified that this pull request:

raclim commented 8 months ago

Thanks for your work on this! I think I'm going to close this for now until we reach a consensus on how we would want the links to look first (https://github.com/processing/p5.js-web-editor/issues/2947).