Last Updated: February 25, 2016
·
434
· alvaroveliz

Yellow/Black Screen

I am designing a website benefit for a corporation that helps the visual deficit and deafblind. One of the requirements I set was easier to read for people with poor visibility, for this little tool I wrote this line of code (using jQuery) to change site colors to Black / Yellow.

$('*').css('background', '#000').css('color', 'yellow');