You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.
Describe the bug
GitHub icon is not visible in dark mode in the Footer of the About section
A clear and concise description of what the bug is. If your issue is regarding an error in the data, it's best reported through this form.
See error - GitHub icon is not visible in dark mode in the Footer of the About section
Expected behavior
As soon as switching the page to dark mode, the color of all footer icons should also change to enhance visibility. The black github logo is not visible in the dark mode. Most users prefer dark mode, especially at night, since dark mode has become a trend nowadays. Developers willing to contribute to the project will find it difficult to locate the link to the github repo.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: [e.g. Linux Mint 19.3]
Browser [e.g. chrome, safari]
Version [ 84.0.4147.89 (Official Build) (64-bit]
Smartphone (please complete the following information):
Describe the bug
GitHub icon is not visible in dark mode in the Footer of the About section
A clear and concise description of what the bug is. If your issue is regarding an error in the data, it's best reported through this form.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
As soon as switching the page to dark mode, the color of all footer icons should also change to enhance visibility. The black github logo is not visible in the dark mode. Most users prefer dark mode, especially at night, since dark mode has become a trend nowadays. Developers willing to contribute to the project will find it difficult to locate the link to the github repo.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
<style> circle { fill: yellow; stroke: black; stroke-width: 3px; } @media (prefers-color-scheme: dark) { circle { fill: black; stroke: yellow; } } </style> `Tweaks
for dark mode
https://css-tricks.com/dark-mode-favicons/
`
The text was updated successfully, but these errors were encountered: