[MIRROR] adds spoiler function to statpanel (#10515)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-23 15:10:55 +01:00
committed by GitHub
co-authored by Kashargul
parent b737759f85
commit f95f69638e
14 changed files with 118 additions and 18 deletions
+11
View File
@@ -280,3 +280,14 @@ body.dark {
.linkelem:hover {
text-decoration: underline;
}
.spoiler{
background-color: gray;
color: transparent;
user-select: none;
}
.spoiler:hover{
background-color: inherit;
color: inherit;
}