mirror of
https://github.com/agdamsbo/agdamsbo.github.io.git
synced 2024-11-24 21:11:54 +01:00
10 lines
252 B
CSS
10 lines
252 B
CSS
|
detaiks.chunk-details > summary.chunk-summary {
|
||
|
text-align: right;
|
||
|
}
|
||
|
details.chunk-details[open] > summary.chunk-summary::after {
|
||
|
content: "Hide";
|
||
|
}
|
||
|
details.chunk-details[open] > summary.chunk-summary > span.chunk-summary-text {
|
||
|
display: none;
|
||
|
}
|