Documentation

This commit is contained in:
Lucas 2019-11-27 18:35:03 +07:00
parent 16c7596319
commit 0b93083ca1
8 changed files with 37 additions and 3 deletions

View file

@ -1274,6 +1274,14 @@ details summary:focus {
outline: none;
}
details summary ~ * {
margin-top: 0.75rem;
}
details summary ~ * ~ * {
margin-top: 0;
}
details[open] summary {
margin-bottom: 0.375rem;
color: var(--muted-text);