Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .md .md-spoiler-text:not(.revealed) {background:black}
- .md .md-spoiler-text:not(.revealed) {
- color: black !important;
- background: #000;
- cursor: text;
- }
- .md .md-spoiler-text:not(.revealed) > * {transition-duration: 0s}
- .md .md-spoiler-text:not(.revealed):hover {color: white !important}
- .md .md-spoiler-text:not(.revealed):hover > * {color: white !important; opacity: 1 !important}
- .md .md-spoiler-text.revealed {
- background: rgba(79,79,79,0.4);}
Add Comment
Please, Sign In to add comment