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 logo image not visible using GitHub dark mode #358

Open
aljo242 opened this issue Jun 24, 2021 · 1 comment
Open

README logo image not visible using GitHub dark mode #358

aljo242 opened this issue Jun 24, 2021 · 1 comment

Comments

@aljo242
Copy link

aljo242 commented Jun 24, 2021

Since the logo is all black with a transparent background, it is very hard to see when using dark mode on GitHub. A non-transparent image could probably solve this.

Screen grab:
gravity-bridge-readme-gh-darkmode

@tony-iqlusion
Copy link
Member

Another way to fix this is using the prefers-color-scheme CSS selector in the SVG:

@media (prefers-color-scheme: light/dark) { .. }

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

2 participants