Update style.css

Add usability for spoiler O_o
This commit is contained in:
Visman 2021-01-20 13:24:51 +07:00
parent 15e3caf2f9
commit 09276b44fa

View file

@ -174,6 +174,17 @@ body,
cursor: pointer;
}
#fork summary::after {
content: "(click to open)";
font-size: 0.875rem;
margin-left: 0.3125rem;
opacity: 0.6;
}
#fork details[open] > summary::after {
content: "(click to close)";
}
#fork select {
background-color: #D3B58D;
}