p5.js-website
p5.js-website copied to clipboard
Contrast fix
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.