community-toolbox
community-toolbox copied to clipboard
Invert button isn't making a dark background
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 the html
tag instead of the body
tag and removing the background-color: rgb(17, 17, 17);
on the body tag.
Thanks for opening your first issue here! Please follow the issue template to help us help you 👍🎉😄 If you have screenshots to share demonstrating the issue, that's really helpful! 📸 You can make a gif too!
@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 body
tag.
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?