Update style.css
Add usability for spoiler O_o
This commit is contained in:
parent
15e3caf2f9
commit
09276b44fa
1 changed files with 11 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue