Skip to content

Instantly share code, notes, and snippets.

@thecaralice
Last active June 8, 2020 05:12
Show Gist options
  • Save thecaralice/8f8548b095d52365d08e86830823ff08 to your computer and use it in GitHub Desktop.
Save thecaralice/8f8548b095d52365d08e86830823ff08 to your computer and use it in GitHub Desktop.
Colored memberlist, made by @l0c4lh057
span[class*="roleColor"]::after {
content: "";
background: linear-gradient(to right, transparent, currentColor 40%);
width: 100%;
height: 100%;
position: absolute;
opacity: .1;
left: 0;
top: 0;
border-radius: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment