mirror of
https://github.com/picocss/pico.git
synced 2025-04-29 12:29:13 -04:00
Improvements
- Add .contrast variant - Separate _button-styles.scss - Edit .secondary, mark, figcaption, hgroup, tooltips - Docs: Add More about grids, External links icon, Second theme switcher
This commit is contained in:
parent
066c0a04fd
commit
73237bdcd4
26 changed files with 516 additions and 229 deletions
|
@ -51,14 +51,19 @@ main > aside {
|
|||
details {
|
||||
padding-bottom: .25rem;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
details summary {
|
||||
font-weight: 300;
|
||||
text-transform: uppercase;
|
||||
summary {
|
||||
font-weight: 300;
|
||||
text-transform: uppercase;
|
||||
color: var(--h3);
|
||||
|
||||
&::after {
|
||||
display: none;
|
||||
&::after {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
&[open] summary {
|
||||
color: var(--h3);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue