add nsfw toggle to site, some cleanup
All checks were successful
/ build (push) Successful in 34s

This commit is contained in:
Ruben 2025-07-14 18:48:05 -05:00
commit 91b4f648ad
No known key found for this signature in database
GPG key ID: 8EA836555FB6D9A5
10 changed files with 178 additions and 51 deletions

View file

@ -109,7 +109,7 @@
}
/* window when its the first one on the page */
.window:first-child {
.window:first-of-type {
margin-top: 5rem;
animation: .3s ease-out .2s 1 window-appear;