-
Notifications
You must be signed in to change notification settings - Fork 199
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
Invert button isn't making a dark background #310
Comments
Thanks for opening your first issue here! Please follow the issue template to help us help you 👍🎉😄 |
@nstjean Can I take up the issue? |
@somenath1435 Go ahead! |
@nstjean As per the latest codebase in "main" branch, the issue is not there(Atleast in my system). Please check. |
Ahhh, I see! That's interesting, as it seems to behave differently on the server than it does in local even though it's the same code. Could you investigate a little bit? It appears to have to do with the margin of the |
If it's still incomplete means, may I take it please? |
Hi @sunguru98 , @somenath1435 is investigating this issue. |
@sunguru98 you can take this issue |
i want to take this issue! |
@aashimgarg The stage is yours. |
i think some of your npm dependencies are not installed. |
Hi, @nstjean @somenath1435 @aashimgarg and @sunguru98 can I work on this? |
Hi @nstjean Can I work on this? |
I noticed that the invert button is causing some weird issues in my browser. The background is being set to black, and then the body is being inverted, which changes it back to white.
This can be fixed by applying the
filter:invert
to thehtml
tag instead of thebody
tag and removing thebackground-color: rgb(17, 17, 17);
on the body tag.The text was updated successfully, but these errors were encountered: