fix docs collapsible color+margins

This commit is contained in:
outfoxxed 2024-10-20 03:09:48 -07:00
parent 712c286065
commit 6249a0aba7
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 16 additions and 12 deletions

View file

@ -2,11 +2,6 @@
& summary {
list-style: none;
transition: background-color 0.15s ease-out;
&:hover {
background-color: hsla(250 11 100 / 0.06);
cursor: pointer;
}
}
& .accordion-container {