-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Partial Implementation of Dark Mode #218
base: master
Are you sure you want to change the base?
Conversation
I much appreciate you for working on this. You know, |
We saw that in the latter half of working on this and in fact thought the same. Though, we felt we wanted to complete this implementation as it utilised some ideas which we wanted to use in order to learn more about Rust. Thanks for the quick response! |
BusyMaestro and I have added css classes for a dark mode. There are references to them in the Jinja files, though more must be made. Theme.rs has an implementation of dark versions of the
:root
colours. This is toggled via 'zine.toml' under the dark_mode Boolean in [theme]. Any questions, feel free to ask 👍