This is an accessibility feature. People with different sight impairements prefer either light text on dark background - or the other way around. Seeing how this is a relatively simple theme this should be easy to implement?
There are two ways I see this done: either with a toggle in the header or footer, or - much better imho - by using css that reacts to the browsers preference setting (prefers-color-scheme media feature). It's probably possible to support both.
To have either solution would be great! This issue might be blocked by #10 though.
This is an accessibility feature. People with different sight impairements prefer either light text on dark background - or the other way around. Seeing how this is a relatively simple theme this should be easy to implement?
There are two ways I see this done: either with a toggle in the header or footer, or - much better imho - by using css that reacts to the browsers preference setting (
prefers-color-schememedia feature). It's probably possible to support both.To have either solution would be great! This issue might be blocked by #10 though.