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
I'm experiencing an issue with the GitHub icon's background color when viewed on a dark theme. The icon is not clearly visible, and attempts to change the background color using inline styles have not been successful. Here are the steps I followed:
I tried adding a style attribute directly to the <td> element:
Despite these efforts, the background color does not change, and the icon remains difficult to see on dark themes.
Steps to Reproduce
Create an HTML table with the provided <td> elements.
Apply the inline styles as shown.
View the table on a dark theme.
Expected Behavior
The Particular GitHub icon should have a white background to ensure its animation is visible on dark themes.
Actual Behavior
The background color does not change, and the icon remains hard to see.
Environment
Browser: Chrome
Any additional tools or frameworks: None
Please provide guidance on how to resolve this issue or update the icon generator to support background color changes.
Thanks for all the great work on these tools—they're really helpful!
The text was updated successfully, but these errors were encountered:
eugene4545
changed the title
[fix]: Background color issue for GitHub icon on dark theme
[bug]: Background color issue for GitHub icon on dark theme
Jun 7, 2024
Description
I'm experiencing an issue with the GitHub icon's background color when viewed on a dark theme. The icon is not clearly visible, and attempts to change the background color using inline styles have not been successful. Here are the steps I followed:
style
attribute directly to the<td>
element:div
with a white background:Despite these efforts, the background color does not change, and the icon remains difficult to see on dark themes.
Steps to Reproduce
<td>
elements.Expected Behavior
The Particular GitHub icon should have a white background to ensure its animation is visible on dark themes.
Actual Behavior
The background color does not change, and the icon remains hard to see.
Environment
Please provide guidance on how to resolve this issue or update the icon generator to support background color changes.
Thanks for all the great work on these tools—they're really helpful!
The text was updated successfully, but these errors were encountered: