feat: summaries

This commit is contained in:
Lewis Wynne 2026-01-23 03:19:04 +00:00
parent f04b56a2f1
commit b5e9d33cdf
2 changed files with 36 additions and 12 deletions

View file

@ -28,3 +28,21 @@ body {
margin-right: -12rem;
}
}
details {
margin: 1rem 0;
}
summary {
cursor: pointer;
font-family: monospace;
list-style: none;
}
summary::-webkit-details-marker {
display: none;
}
details pre {
margin: 0;
}