Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Add Dark Mode #9

Open
zacwood9 opened this issue Jan 26, 2020 · 1 comment
Open

Add Dark Mode #9

zacwood9 opened this issue Jan 26, 2020 · 1 comment
Labels
Milestone

Comments

@zacwood9
Copy link
Member

CSS allows you to add dark mode through the media query:

@media (prefers-color-scheme: dark) {
    ...
}

Add this to the Schedules CSS, and change the necessary colors to give Schedules a beautiful dark mode!

@zacwood9 zacwood9 added this to the v3.1 milestone Feb 1, 2020
@rdecoito
Copy link

Add a slider on the top of the page to toggle dark mode at will

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants