mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 11:16:15 -04:00
style(docs): Aside nav
This commit is contained in:
parent
b2d0bc4782
commit
f1a6e50461
5 changed files with 19 additions and 5 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue