Skip to content

Instantly share code, notes, and snippets.

@man90es
Last active July 30, 2025 05:06
Show Gist options
  • Select an option

  • Save man90es/a72ac923b2e7f92ffa4a0d0aa816ef9b to your computer and use it in GitHub Desktop.

Select an option

Save man90es/a72ac923b2e7f92ffa4a0d0aa816ef9b to your computer and use it in GitHub Desktop.
Disable Discord gradient roles
[class*="usernameGradient"] {
background-image: linear-gradient(to right, var(--custom-gradient-color-1), var(--custom-gradient-color-1));
animation: none;
}
[class*="usernameGradient"]::after {
content: none;
}
[class*="usernameGlow"] {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment