adding ... to details element

master
mb 1 year ago
parent 7526f50e7f
commit 3a46d7ff06

@ -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 {
color: white;

Loading…
Cancel
Save