feat: summaries
This commit is contained in:
parent
f04b56a2f1
commit
b5e9d33cdf
2 changed files with 36 additions and 12 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue