-
Notifications
You must be signed in to change notification settings - Fork 2
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 theme support #14
Conversation
Thank you very much for your interest. .header .logo {
margin: 4px;
cursor: pointer;
background-color: inherit;
padding: 6px 6px 0 0;
opacity: .7;
} |
I've created a new branch: "logodarkmode". |
By the way, beware, the tag of the last release is 1.20 instead of 1.2.0 |
Thanks, I'll now avoid publishing a release while having breakfast. :) |
* Add dark theme support * PageLogin: dark theme support * add logo for dark mode scss * Dark theme: correct the logo ---------
The old automatic "dark" theme was not awesome, so I tried adding a better support. I'm not a Sass expert,
Old:
New: