sderacy / gooncard

The Goon Squad's Goon Card Project for CSC 355 ('22)
http://gooncard.hpc.tcnj.edu:3000/
MIT License
6 stars 2 forks source link

Fixes light mode, high contrast setting for real. #164

Closed paytonshaltis closed 1 year ago

paytonshaltis commented 1 year ago

Fixes the issue that I thought was fixed earlier this morning with the light mode and high contrast. Not sure why my solution earlier worked, but it is most definitely good now (but maybe test it out just to confirm 😳).

Closing #162. I looked into it, and while the code is similar for each, there are a lot of variables that are named slightly differently (for good reason), and it doesn't really make a ton of sense to mess with any of this so close to the final deadline, especially because it all works.

We will, however, just have to make sure that anytime either setSettingsForm.ejs or defaultSettings.ejs are modified, we check the other and make sure that they remain consistent. I really doubt that much more will have to change in these files, though.