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

README optimized for dark mode #379

Open
oberrich opened this issue Oct 24, 2021 · 0 comments
Open

README optimized for dark mode #379

oberrich opened this issue Oct 24, 2021 · 0 comments

Comments

@oberrich
Copy link

Currently the Buckaroo logo as well as the How Buckaroo Works image aren't optimized for dark mode in the README.
A possible solution for this would be to include an svg instead of a png and to add something like this:

<style>
  path {
    fill: #000;
  }
  @media (prefers-color-scheme: dark) {
    path {
      fill: #fff;
    }
  }
</style>

See https://www.reddit.com/r/github/comments/knb6c6/comment/gizm69r/?utm_source=share&utm_medium=web2x&context=3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant