don't use nsfw toogle for my page, put related info into a subpage instead
All checks were successful
/ build (push) Successful in 36s
All checks were successful
/ build (push) Successful in 36s
This commit is contained in:
parent
91b4f648ad
commit
a151950097
9 changed files with 112 additions and 34 deletions
|
|
@ -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 -
|
||||
------------------ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue