Closed ISSOtm closed 2 years ago
I'm working on this atm, is there any preference on a dark-mode color scheme other than mentioned in issue #14?
Oh, and for your points on the problems: I'd solve problem 1 with Local Storage. Problem 2 i'd solve along the lines of what you pointed out.
Ah, we are currently working on a complete overhaul of the site over at rgbds-www2, which does have dark mode support. This is where contributions should happen now, besides important fixes that shouldn't wait.
Ha, thanks for the heads up. Luckily i didn't do too much yet. :)
Closed in favor of https://github.com/gbdev/rgbds-www/issues/27, which already includes a dark mode.
We could provide alternative styling, for example modifying the font size, providing a dark mode, and disabling text justification (I was told dyslexic people have trouble with it). Additionally, it should be possible to use
prefers-color-scheme
to set the default color scheme, for example.There are two problems:
Problem 1 could be solved using some JS and browser storage, as I've seen some sites do. For Problem 2, I'm thinking we could add some button at the bottom of the page, that'd open a drop-down/pop-up of toggles?