Created
April 17, 2025 16:35
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @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