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
|
@ -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 */
|
Loading…
Add table
Add a link
Reference in a new issue