feat: add spoiler text

This commit is contained in:
Tom (plebeius.eth)
2024-06-03 13:59:46 +02:00
parent ab209d273c
commit 70a20450bb
2 changed files with 13 additions and 1 deletions
@@ -28,4 +28,14 @@
.embedButton:hover {
cursor: pointer;
color: var(--button-desktop-text-color-hover);
}
.spoiler {
background-color: black;
color: black;
width: fit-content;
}
.spoiler:hover {
color: white;
}