wuvt / wuvt-site

Website including a CMS, playlist information, and donation management tools
https://www.wuvt.vt.edu
GNU Affero General Public License v3.0
11 stars 12 forks source link

RFE: prefers-color-scheme support #361

Open echarlie opened 4 years ago

echarlie commented 4 years ago

support device darkmode preferences using new CSS declaration.

for admin interface, c.f. https://github.com/twbs/bootstrap/issues/27514

ideally, this would all involve a tiny script that allows user preference independent of the system setting (test in js for prefers-color-scheme support and load CSS based on it, as in the web.dev article.)

downside: we have to figure out a good dark color scheme and perhaps desaturate some artwork

mutantmonkey commented 4 years ago

This is blocked on a redesign. Quite frankly, I don't think there's a way to make the current site look good in "dark mode" by just changing some colors around.