Skip to content

Instantly share code, notes, and snippets.

@Matojeje
Created April 17, 2025 16:35
Show Gist options
  • Save Matojeje/bdae3fd4c2c346e655031e06599d807e to your computer and use it in GitHub Desktop.
Save Matojeje/bdae3fd4c2c346e655031e06599d807e to your computer and use it in GitHub Desktop.
Discord CSS theme that makes spoilered text look like it does in Telegram (with a floating snow particle animation effect)
/**
* @name Spoiler snow
* @description Replicates spoiler text effect from Telegram
* @author Mato
*/
span[aria-label=Spoiler][aria-expanded=false][role=button] {
background: url("https://mato.neocities.org/spoiler_snow.png") center/128px;
opacity: 60%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment