-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add dark mode #284
Add dark mode #284
Conversation
@JVT038 I would appreciate some feedback if you got time, I think I am done with the basic implementation of the dark mode. The theme buttons are in the menu dropdown. What do you think about it? |
I briefly checked this out, and it looks good! One thing I'm unsure of, is the dark mode button. In another project of mine, I had dark mode in the navbar like this: |
Oh yes, a switch is a great idea, I will try this! |
No description provided.