Styles: allow usage of spoiler class on p elements
This commit is contained in:
parent
9017e4d5f6
commit
3daa8dbaa0
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ img.spoiler // Images
|
||||||
transition-duration: .2s;
|
transition-duration: .2s;
|
||||||
|
|
||||||
|
|
||||||
div.spoiler, span.spoiler, section.spoiler // Text
|
div.spoiler, span.spoiler, section.spoiler, p.spoiler // Text
|
||||||
filter: blur(5px)
|
filter: blur(5px)
|
||||||
transition-property: -webkit-filter
|
transition-property: -webkit-filter
|
||||||
transition-duration: .2s
|
transition-duration: .2s
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue