fe.settings:getUserBoardSettings - non array given[theme] - Endchan Magrathea
thumbnail of spoilers.png
thumbnail of spoilers.png
spoilers png
(170.55 KB, 836x343)
Old Spoilers
version 1

Makes spoilers black on black, and white on black when you hover.

CSS


span.spoiler {
    background: #000;
    color: #000;
}

.spoiler:hover {
    color: #FFF;
    background-color: #000;
}