@ -48,6 +48,25 @@ details summary {
margin-bottom: 1em;
cursor: pointer;
}
details summary::before{
content: "[...]";
float: right;
font-family: monospace;
font-style: normal;
line-height: 2em;
color: white;
div.flex#intro details summary::before{
line-height: 1.2em;
details[open] summary::before{
content: "";
float: unset;
font-family: unset;
font-style: unset;
line-height: unset;
color: unset;
details {