Allow indication for spoiler

This commit is contained in:
斟酌 鵬兄 2015-08-31 12:35:03 +08:00
parent 4aaf3d445a
commit 9042975e28

View File

@ -14,7 +14,15 @@
}
.spoiler .title[clicked] {
opacity: 0.5;
opacity: 0.8;
}
.spoiler .title:before {
padding-right: 0.5em;
content: "\25BC";
}
.spoiler .title[clicked]:before {
content: "\25B2";
}
.spoiler .content {