SHOW:
|
|
- or go back to the newest paste.
1 | .md .md-spoiler-text:not(.revealed) {background:black} | |
2 | .md .md-spoiler-text:not(.revealed) { | |
3 | color: black !important; | |
4 | background: #000; | |
5 | cursor: text; | |
6 | } | |
7 | .md .md-spoiler-text:not(.revealed) > * {transition-duration: 0s} | |
8 | .md .md-spoiler-text:not(.revealed):hover {color: white !important} | |
9 | .md .md-spoiler-text:not(.revealed):hover > * {color: white !important; opacity: 1 !important} | |
10 | .md .md-spoiler-text.revealed { | |
11 | background: rgba(79,79,79,0.4);} |