Skip to content
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

Fix logo for darkmode viewing #15

Open
Plavit opened this issue Apr 7, 2021 · 0 comments
Open

Fix logo for darkmode viewing #15

Plavit opened this issue Apr 7, 2021 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@Plavit
Copy link
Owner

Plavit commented Apr 7, 2021

SVG logos can do this:
<style>
path {
fill: #000;
}
@media (prefers-color-scheme: dark) {
path {
fill: #fff;
}
}
</style>
https://www.reddit.com/r/github/comments/knb6c6/is_there_a_way_to_serve_a_different_readme_in/

@Plavit Plavit self-assigned this Apr 7, 2021
@Plavit Plavit added documentation Improvements or additions to documentation enhancement New feature or request labels Apr 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant