This replaces the del tag, so only use this if you don't need it :P
Created
August 2, 2021 05:41
Spoiler tag.
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
<del>Spoiler text :D</del> |
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
del { | |
background: #000; | |
color: #000; | |
text-decoration:none; | |
} | |
del:hover { | |
color: #fff; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment