Build CSS

This commit is contained in:
github-actions[bot] 2025-01-02 00:43:03 +00:00
parent 973e8a0fd8
commit cde9f1169e
252 changed files with 2820 additions and 1560 deletions

View file

@ -232,18 +232,18 @@ nav details.dropdown summary:focus-visible {
color-scheme: light;
--pico-background-color: #fff;
--pico-color: #373c44;
--pico-text-selection-color: rgba(71, 164, 23, 0.25);
--pico-text-selection-color: rgba(167, 128, 212, 0.25);
--pico-muted-color: #646b79;
--pico-muted-border-color: rgb(231, 234, 239.5);
--pico-primary: #33790f;
--pico-primary-background: #398712;
--pico-primary: #8352c5;
--pico-primary-background: #7540bf;
--pico-primary-border: var(--pico-primary-background);
--pico-primary-underline: rgba(51, 121, 15, 0.5);
--pico-primary-hover: #265e09;
--pico-primary-hover-background: #33790f;
--pico-primary-underline: rgba(131, 82, 197, 0.5);
--pico-primary-hover: #6935b3;
--pico-primary-hover-background: #6935b3;
--pico-primary-hover-border: var(--pico-primary-hover-background);
--pico-primary-hover-underline: var(--pico-primary-hover);
--pico-primary-focus: rgba(71, 164, 23, 0.5);
--pico-primary-focus: rgba(167, 128, 212, 0.5);
--pico-primary-inverse: #fff;
--pico-secondary: #5d6b89;
--pico-secondary-background: #525f7a;
@ -387,18 +387,18 @@ nav details.dropdown summary:focus-visible {
color-scheme: dark;
--pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0;
--pico-text-selection-color: rgba(78, 179, 27, 0.1875);
--pico-text-selection-color: rgba(178, 144, 217, 0.1875);
--pico-muted-color: #7b8495;
--pico-muted-border-color: #202632;
--pico-primary: #4eb31b;
--pico-primary-background: #398712;
--pico-primary: #b290d9;
--pico-primary-background: #7540bf;
--pico-primary-border: var(--pico-primary-background);
--pico-primary-underline: rgba(78, 179, 27, 0.5);
--pico-primary-hover: #5dd121;
--pico-primary-hover-background: #409614;
--pico-primary-underline: rgba(178, 144, 217, 0.5);
--pico-primary-hover: #c9afe4;
--pico-primary-hover-background: #8352c5;
--pico-primary-hover-border: var(--pico-primary-hover-background);
--pico-primary-hover-underline: var(--pico-primary-hover);
--pico-primary-focus: rgba(78, 179, 27, 0.375);
--pico-primary-focus: rgba(178, 144, 217, 0.375);
--pico-primary-inverse: #fff;
--pico-secondary: #969eaf;
--pico-secondary-background: #525f7a;
@ -542,18 +542,18 @@ nav details.dropdown summary:focus-visible {
color-scheme: dark;
--pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0;
--pico-text-selection-color: rgba(78, 179, 27, 0.1875);
--pico-text-selection-color: rgba(178, 144, 217, 0.1875);
--pico-muted-color: #7b8495;
--pico-muted-border-color: #202632;
--pico-primary: #4eb31b;
--pico-primary-background: #398712;
--pico-primary: #b290d9;
--pico-primary-background: #7540bf;
--pico-primary-border: var(--pico-primary-background);
--pico-primary-underline: rgba(78, 179, 27, 0.5);
--pico-primary-hover: #5dd121;
--pico-primary-hover-background: #409614;
--pico-primary-underline: rgba(178, 144, 217, 0.5);
--pico-primary-hover: #c9afe4;
--pico-primary-hover-background: #8352c5;
--pico-primary-hover-border: var(--pico-primary-hover-background);
--pico-primary-hover-underline: var(--pico-primary-hover);
--pico-primary-focus: rgba(78, 179, 27, 0.375);
--pico-primary-focus: rgba(178, 144, 217, 0.375);
--pico-primary-inverse: #fff;
--pico-secondary: #969eaf;
--pico-secondary-background: #525f7a;
@ -3549,16 +3549,26 @@ fieldset[role=group] > legend {
border-bottom-right-radius: var(--pico-border-radius);
border-bottom-left-radius: 0;
}
[dir=rtl] button:not(:first-child),
[dir=rtl] [type=submit]:not(:first-child),
[dir=rtl] [type=reset]:not(:first-child),
[dir=rtl] [type=button]:not(:first-child),
[dir=rtl] [role=button]:not(:first-child),
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
[dir=rtl] select:not(:first-child),
[dir=rtl] label:not(:first-child),
[dir=rtl] > legend:not(:first-child),
[dir=rtl] > details > summary:not(:first-child) {
[dir=rtl] [role=search] button:not(:first-child),
[dir=rtl] [role=search] [type=submit]:not(:first-child),
[dir=rtl] [role=search] [type=reset]:not(:first-child),
[dir=rtl] [role=search] [type=button]:not(:first-child),
[dir=rtl] [role=search] [role=button]:not(:first-child),
[dir=rtl] [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
[dir=rtl] [role=search] select:not(:first-child),
[dir=rtl] [role=search] label:not(:first-child),
[dir=rtl] [role=search] > legend:not(:first-child),
[dir=rtl] [role=search] > details > summary:not(:first-child),
[dir=rtl] [role=group] button:not(:first-child),
[dir=rtl] [role=group] [type=submit]:not(:first-child),
[dir=rtl] [role=group] [type=reset]:not(:first-child),
[dir=rtl] [role=group] [type=button]:not(:first-child),
[dir=rtl] [role=group] [role=button]:not(:first-child),
[dir=rtl] [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
[dir=rtl] [role=group] select:not(:first-child),
[dir=rtl] [role=group] label:not(:first-child),
[dir=rtl] [role=group] > legend:not(:first-child),
[dir=rtl] [role=group] > details > summary:not(:first-child) {
margin-right: calc(var(--pico-border-width) * -1);
margin-left: auto;
}