Add spoiler tags

Boards can have spoiler processors enabled on them now.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2022-07-20 01:18:06 -07:00
parent b299f4f548
commit 83e0a5b84e
4 changed files with 46 additions and 2 deletions

View File

@@ -169,6 +169,17 @@ th {
right: 0px;
}
/* Spoilers */
.spoiler {
color: #000;
background-color: #000;
}
.spoiler:hover {
background-color: rgb(0, 0, 0, 0);
}
/* News */
.news_header {
font-size: small;