Closed ItzSylex closed 3 years ago
that's comes from discord. it's black by default so theme changes its color to match the background color, except it doesn't look like the background color is correct in your screenshots. if i'm looking at the right thing this is what it should look like (with hover): are you using a different theme with dracula maybe?
if you want to remove the vintage you can either:
.gradientContainer-10lXLB {background: transparent !important;}
in the quick/custom css section of your client modif you want to change its color either:
Thanks for the quick reply .gradientContainer-10lXLB {background: transparent !important;}
is exactly what I was looking for, thanks!
Looks like the vignette also shows up in the video reproducer
How would you go about turning it off there as well?
.metadata-13NcHb {background: transparent !important;}
same as above
Thanks again 🎉
Hey, so I am trying to figure out if its possible to disable a vignette that shows up whenever u hover over the screenshare section of a call
Here's what im talking about
This is without hovering
And this with hover
This looks like a box-shadow, not sure if theres a way to remove it or change the color, if so, please let me know