p5.js-website icon indicating copy to clipboard operation
p5.js-website copied to clipboard

Contrast fix

Open eslteacher902010 opened this issue 5 months ago • 22 comments

Fixes: [processing/p5.js-website] [Content] Insufficient text-to-background contrast (Issue #886)

Added

/* Force 'function' keyword to have better contrast / code span[style="#D73A49"] { color: #000 !important; }

which seems to have fixed the contrast issue with the word 'function' in the tutorial part of the website.

eslteacher902010 avatar Jul 18 '25 01:07 eslteacher902010