Skip to content

[feat] dynamically switch between light and dark theme #47

@fuchsi-fuchs

Description

@fuchsi-fuchs

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions