illinois / queue

A microservice queue for holding open office hours
University of Illinois/NCSA Open Source License
82 stars 36 forks source link

Add dark mode toggle #273

Closed nwalters512 closed 5 years ago

nwalters512 commented 5 years ago

This PR adds a site-wide, persistent, per-device dark mode toggle that applies ~60 lines of CSS to override key Bootstrap attributes. I've tested it on every page on the site and it's looking pretty good:

Screen Shot 2019-04-15 at 3 07 21 PM Screen Shot 2019-04-15 at 3 07 32 PM Screen Shot 2019-04-15 at 3 07 45 PM

This does add a bit of overhead to future changes, as we might have to further tweak styles to account for using new Bootstrap features. However, I think it's worth it.

vercel[bot] commented 5 years ago

This pull request is automatically deployed with Now. To access deployments, click Details below or on the icon next to each push.

nwalters512 commented 5 years ago

Good catch! Should be fixed now.