feat: build color themes

This commit is contained in:
Lucas Larroche 2024-01-25 01:43:13 +07:00
parent ef2100499b
commit 04a7dc94ab
129 changed files with 286021 additions and 39 deletions

View file

@ -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 */