Added spoiler support.

This commit is contained in:
rainbow napkin 2025-01-11 01:30:25 -05:00
parent b56c9a3365
commit 77bc549653
9 changed files with 182 additions and 71 deletions

View file

@ -182,4 +182,20 @@ p.tooltip, h3.tooltip{
.context-menu button{
margin: 2px 0;
}
.spoiler:not(:hover){
color: black;
background-color: black;
img{
color: black;
background-color: black;
filter: brightness(0);
}
.interactive, a{
color: black;
background-color: black;
}
}