feat(home): mark board as nsfw if it has at least one of nsfw tags in multisub

This commit is contained in:
plebeius.eth
2024-05-05 17:22:19 +02:00
parent deb17e3be3
commit c33c54613d
2 changed files with 16 additions and 0 deletions
+7
View File
@@ -128,6 +128,13 @@
text-decoration: var(--homepage-box-link-text-decoration-hover);
}
.nsfw {
color: red;
font-weight: 700;
text-transform: uppercase;
font-size: smaller;
}
.boardsBoxContent {
font-size: 93%;
padding: 0.5em;