don't use nsfw toogle for my page, put related info into a subpage instead
All checks were successful
/ build (push) Successful in 36s

This commit is contained in:
Ruben 2025-07-14 20:43:25 -05:00
commit a151950097
No known key found for this signature in database
GPG key ID: 8EA836555FB6D9A5
9 changed files with 112 additions and 34 deletions

View file

@ -533,6 +533,17 @@ summary {
}
}
/* spoiler text */
._spoiler {
filter: blur(.4rem) contrast(200%);
transition: 0.2s;
&:hover {
filter: unset !important;
transition: 0.2s;
}
}
/* ------------------
- nsfw toggle group -
------------------ */