Better padding for spoiler text

With no padding currently surrounding [spoiler] text, the white text
gets close enough to the white post background that it's a bit more
difficult to read than it reasonably could be. Pad spoiler text with 2px
to alleviate this difficulty.

Signed-off-by: David Celis <me@davidcel.is>
This commit is contained in:
David Celis 2013-09-16 12:49:38 -07:00
parent ba2c4139fe
commit 279b1fbf48
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@
span.spoiler {
background-color: $black;
color: $black;
padding: 2px;
@include hover {
color: $white;
}