Added spoiler support.
This commit is contained in:
parent
b56c9a3365
commit
77bc549653
9 changed files with 182 additions and 71 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue