fix details

This commit is contained in:
Geoff Doty 2024-01-18 20:17:55 -06:00
parent 21055e0e4c
commit b25aba9024
1 changed files with 7 additions and 1 deletions

View File

@ -187,10 +187,16 @@ details[open] {
margin-bottom: var(--space); margin-bottom: var(--space);
} }
details>* {padding: calc(var(--space)/2); border-top: 1px solid var(--theme)} details>* {
box-sizing: border-box;
padding: .5rem 1rem;
}
summary { summary {
color: var(--theme);
height: 40px;
background-color: var(--default); background-color: var(--default);
border: 1px solid var(--theme);
} }
a.button, button, input { a.button, button, input {