style(docs): Aside nav

This commit is contained in:
Lucas Larroche 2022-02-27 16:44:04 +07:00
parent b2d0bc4782
commit f1a6e50461
5 changed files with 19 additions and 5 deletions

View file

@ -66,6 +66,14 @@ main > aside {
}
}
details {
padding-bottom: 0;
summary {
padding-bottom: 0.5rem;
}
}
li,
summary {
padding-top: 0;
@ -114,7 +122,7 @@ main > aside {
> summary {
margin-bottom: 0;
&:not(:focus) {
&:not([role=button]):not(:focus) {
color: var(--h1-color);
}
}