Merge pull request #1444 from davidcelis/spoiler-padding

Better padding for spoiler text
This commit is contained in:
Robin Ward 2013-09-17 08:02:12 -07:00
commit 09d32f5600
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;
}