Update style.css

Add usability for spoiler O_o O_o
This commit is contained in:
Visman 2021-01-20 14:09:40 +07:00
parent 09276b44fa
commit c7f0969bfd

View file

@ -181,10 +181,18 @@ body,
opacity: 0.6;
}
html[lang="ru"] #fork summary::after {
content: "(открыть)";
}
#fork details[open] > summary::after {
content: "(click to close)";
}
html[lang="ru"] #fork details[open] > summary::after {
content: "(закрыть)";
}
#fork select {
background-color: #D3B58D;
}