#NoDistractions

1 messages · Page 1 of 1 (latest)

wide dune
#

@hasty solar correct if i'm wrong, but didn't this get rid username gradients as well?
either way, i found a solution if anyone else is looking for it lol

[class^="usernameGradient"] {
    background: var(--custom-gradient-color-1);
    background-clip: text;
}
wide dune
#

this doesn't get rid of the glow on hover, will fix that soon lol

hasty solar
wide dune
#

coolio

wide dune
#

can't for the life of me find how it gets the glow, but the only input i can add is that when hovered, the username tag gains convenienceGlowGradientActive_e5de78 and animateGradient_e5de78

wide dune
#

it already existed lol

hasty solar
# wide dune it already existed lol

sorry for the LATE reply
but from the link you provided, i'll be adding this

/* remove gradient glow in chat and member list */
span[class*="usernameGradient_"] {
    color: color-mix(in lab, var(--custom-gradient-color-1), var(--custom-gradient-color-2));
    background: none;
    -webkit-text-fill-color: initial;
}

span[class^="nameGlow"] {
      display: none;
}
wide dune
#

yay

primal crest
#

doesnt seem to work after the last update

wide dune
#

found these, they should work as at least a temporary solution

/* hides clan tags, nameplates, and avatar decorations */
span[class*="clanTag"],
.\_4bbc6dc06e75ad52-container,
[class*="avatarDecoration"] {
    display: none;
#

@primal crest

jade fractal
wide dune
#

(add // to line 2)

jade fractal
#

Perfect! that worked!
thanks!

wide dune
#

no problem :3