mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
Merge pull request #1444 from davidcelis/spoiler-padding
Better padding for spoiler text
This commit is contained in:
commit
09d32f5600
1 changed files with 1 additions and 0 deletions
|
@ -171,6 +171,7 @@
|
||||||
span.spoiler {
|
span.spoiler {
|
||||||
background-color: $black;
|
background-color: $black;
|
||||||
color: $black;
|
color: $black;
|
||||||
|
padding: 2px;
|
||||||
@include hover {
|
@include hover {
|
||||||
color: $white;
|
color: $white;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue