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

@ -68,12 +68,6 @@
--pico-font-size: 131.25%;
}
}
:root details summary[role=button]::after {
filter: brightness(0) invert(1);
}
:root [aria-busy=true]:not(input, select, textarea):is(button, [type=submit], [type=button], [type=reset], [role=button])::before {
filter: brightness(0) invert(1);
}
a {
--pico-text-decoration: underline;
@ -185,6 +179,14 @@ input:not([type=submit],
--pico-form-element-spacing-horizontal: 2rem;
}
details summary[role=button]::after {
filter: brightness(0) invert(1);
}
[aria-busy=true]:not(input, select, textarea):is(button, [type=submit], [type=button], [type=reset], [role=button])::before {
filter: brightness(0) invert(1);
}
/**
* Color schemes
*/
@ -2383,5 +2385,3 @@ textarea,
transition-duration: 0s !important;
}
}
/*# sourceMappingURL=pico.fluid.classless.css.map */