-
Notifications
You must be signed in to change notification settings - Fork 654
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
Refined Github creates white background on my reaction icons #1035
Comments
What is this |
.reaction-summary-item img {
max-width: 100%;
border-radius: inherit;
background-color: var(--background);
} Simply overwriting the background of this img does also work. |
Ok, odd variable name but if it only applies to a element and children, it's probably okay. Can you show a screenshot of how these own reactions look with our style disabled? |
Ok, seems resonable to add as a manual style. Our automatic generator can not yet pick up variables like this. |
Pushed and released as v1.22.142, let us know if it works. |
Sorry to have created confusion, you added |
Oops, fixed and pushed v1.22.143. |
Looks great now, thank you! |
Refined Github has a style:
This results in an oddly out of place white background for the icon of my own reactions. I've fixed this in my own browser by adding a custom userstyle to my browser:
Would Github-Dark consider adding something to like this?
The text was updated successfully, but these errors were encountered: