-
Notifications
You must be signed in to change notification settings - Fork 100
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
feat: add support for dark & light themes #335
Conversation
4789864
to
ee6bfe2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! it could be nice to have a dark mode, but is it necessary to skip those tests?
6c935f1
to
5dad22d
Compare
Co-authored-by: NoamGaash <noam.gaash@gmail.com>
1099c57
to
de53e78
Compare
de53e78
to
9e546b8
Compare
@shootermv I might confuse stuff and I might miss somehting, but it seems like you are already filling dates - maybe fillDate is useless for this case? |
Totally right, thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you!
.main-header.dark { | ||
background: #141414; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Description
add dark & light theme toggle at topbar
lot of modern designs has such toggle
closes #336
screenshots
dark desktop:


light desktop:
dark mobile:


light mobile: