mirror of
https://github.com/picocss/pico.git
synced 2025-04-22 01:26:13 -04:00
Minor Release (v1.3.2)
This commit is contained in:
parent
dc42ec62f3
commit
67c60cf4db
16 changed files with 24 additions and 22 deletions
|
@ -154,7 +154,7 @@ main > aside li, main > aside summary {
|
|||
}
|
||||
|
||||
main > aside li a {
|
||||
padding: 0.375rem 0.5rem;
|
||||
padding: 0.25rem 0.5rem;
|
||||
}
|
||||
|
||||
main > aside li a svg {
|
||||
|
@ -177,7 +177,7 @@ main > aside details {
|
|||
}
|
||||
|
||||
main > aside details summary {
|
||||
color: var(--h3-color);
|
||||
color: var(--h1-color);
|
||||
font-size: 14px;
|
||||
font-weight: 300;
|
||||
text-transform: uppercase;
|
||||
|
@ -187,8 +187,8 @@ main > aside details summary::after {
|
|||
display: none;
|
||||
}
|
||||
|
||||
main > aside details[open] summary {
|
||||
color: var(--h3-color);
|
||||
main > aside details[open] > summary:not(:focus) {
|
||||
color: var(--h1-color);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
2
docs/css/pico.docs.min.css
vendored
2
docs/css/pico.docs.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue