mirror of
https://github.com/picocss/pico.git
synced 2025-04-21 17:16:14 -04:00
feat: build color themes
This commit is contained in:
parent
ef2100499b
commit
04a7dc94ab
129 changed files with 286021 additions and 39 deletions
16
css/pico.css
16
css/pico.css
|
@ -70,12 +70,6 @@
|
|||
--pico-font-size: 131.25%;
|
||||
}
|
||||
}
|
||||
:root details summary[role=button]:not(.outline)::after {
|
||||
filter: brightness(0) invert(1);
|
||||
}
|
||||
:root [aria-busy=true]:not(input, select, textarea):is(button, [type=submit], [type=button], [type=reset], [role=button]):not(.outline)::before {
|
||||
filter: brightness(0) invert(1);
|
||||
}
|
||||
|
||||
a {
|
||||
--pico-text-decoration: underline;
|
||||
|
@ -218,6 +212,14 @@ nav details.dropdown summary:focus-visible {
|
|||
--pico-form-element-spacing-horizontal: 2rem;
|
||||
}
|
||||
|
||||
details summary[role=button]:not(.outline)::after {
|
||||
filter: brightness(0) invert(1);
|
||||
}
|
||||
|
||||
[aria-busy=true]:not(input, select, textarea):is(button, [type=submit], [type=button], [type=reset], [role=button]):not(.outline)::before {
|
||||
filter: brightness(0) invert(1);
|
||||
}
|
||||
|
||||
/**
|
||||
* Color schemes
|
||||
*/
|
||||
|
@ -2781,5 +2783,3 @@ textarea,
|
|||
transition-duration: 0s !important;
|
||||
}
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=pico.css.map */
|
Loading…
Add table
Add a link
Reference in a new issue