Skip to content

Commit

Permalink
Build CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohn authored and github-actions[bot] committed Jan 8, 2025
1 parent 9bc6a1c commit a4ca1dc
Show file tree
Hide file tree
Showing 12 changed files with 168 additions and 168 deletions.
66 changes: 33 additions & 33 deletions css/pico.classless.css
Original file line number Diff line number Diff line change
Expand Up @@ -199,19 +199,19 @@ input:not([type=submit],
color-scheme: light;
--pico-background-color: #fff;
--pico-color: #373c44;
--pico-text-selection-color: rgba(158, 146, 0, 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: #756b00;
--pico-primary-background: #f2df0d;
--pico-primary: #8352c5;
--pico-primary-background: #7540bf;
--pico-primary-border: var(--pico-primary-background);
--pico-primary-underline: rgba(117, 107, 0, 0.5);
--pico-primary-hover: #5b5300;
--pico-primary-hover-background: #e8d600;
--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(158, 146, 0, 0.5);
--pico-primary-inverse: #000;
--pico-primary-focus: rgba(167, 128, 212, 0.5);
--pico-primary-inverse: #fff;
--pico-secondary: #5d6b89;
--pico-secondary-background: #525f7a;
--pico-secondary-border: var(--pico-secondary-background);
Expand Down Expand Up @@ -275,7 +275,7 @@ input:not([type=submit],
--pico-switch-background-color: #bfc7d9;
--pico-switch-checked-background-color: var(--pico-primary-background);
--pico-switch-color: #fff;
--pico-switch-thumb-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
--pico-switch-thumb-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
--pico-range-border-color: #dfe3eb;
--pico-range-active-border-color: #bfc7d9;
--pico-range-thumb-border-color: var(--pico-background-color);
Expand Down Expand Up @@ -305,12 +305,12 @@ input:not([type=submit],
[data-theme=light] details summary[role=button]::after,
:root:not([data-theme=dark]) details summary[role=button]::after,
:host(:not([data-theme=dark])) details summary[role=button]::after {
filter: brightness(100) invert(1);
filter: brightness(100) invert(0);
}
[data-theme=light] [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button])::before,
:root:not([data-theme=dark]) [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button])::before,
:host(:not([data-theme=dark])) [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button])::before {
filter: brightness(0) invert(1);
filter: brightness(100) invert(0);
}
[data-theme=light] input:is([type=submit],
[type=button],
Expand Down Expand Up @@ -339,19 +339,19 @@ input:not([type=submit],
color-scheme: dark;
--pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0;
--pico-text-selection-color: rgba(173, 159, 0, 0.1875);
--pico-text-selection-color: rgba(178, 144, 217, 0.1875);
--pico-muted-color: #7b8495;
--pico-muted-border-color: #202632;
--pico-primary: #ad9f00;
--pico-primary-background: #f2df0d;
--pico-primary: #b290d9;
--pico-primary-background: #7540bf;
--pico-primary-border: var(--pico-primary-background);
--pico-primary-underline: rgba(173, 159, 0, 0.5);
--pico-primary-hover: #caba01;
--pico-primary-hover-background: rgb(247.5, 232, 96.5);
--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(173, 159, 0, 0.375);
--pico-primary-inverse: #000;
--pico-primary-focus: rgba(178, 144, 217, 0.375);
--pico-primary-inverse: #fff;
--pico-secondary: #969eaf;
--pico-secondary-background: #525f7a;
--pico-secondary-border: var(--pico-secondary-background);
Expand Down Expand Up @@ -415,7 +415,7 @@ input:not([type=submit],
--pico-switch-background-color: #333c4e;
--pico-switch-checked-background-color: var(--pico-primary-background);
--pico-switch-color: #fff;
--pico-switch-thumb-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
--pico-switch-thumb-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
--pico-range-border-color: #202632;
--pico-range-active-border-color: #2a3140;
--pico-range-thumb-border-color: var(--pico-background-color);
Expand Down Expand Up @@ -458,30 +458,30 @@ input:not([type=submit],
}
:root:not([data-theme]) details summary[role=button]::after,
:host(:not([data-theme])) details summary[role=button]::after {
filter: brightness(100) invert(1);
filter: brightness(100) invert(0);
}
:root:not([data-theme]) [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button])::before,
:host(:not([data-theme])) [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button])::before {
filter: brightness(100) invert(0);
filter: brightness(100) invert(1);
}
}
[data-theme=dark] {
color-scheme: dark;
--pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0;
--pico-text-selection-color: rgba(173, 159, 0, 0.1875);
--pico-text-selection-color: rgba(178, 144, 217, 0.1875);
--pico-muted-color: #7b8495;
--pico-muted-border-color: #202632;
--pico-primary: #ad9f00;
--pico-primary-background: #f2df0d;
--pico-primary: #b290d9;
--pico-primary-background: #7540bf;
--pico-primary-border: var(--pico-primary-background);
--pico-primary-underline: rgba(173, 159, 0, 0.5);
--pico-primary-hover: #caba01;
--pico-primary-hover-background: rgb(247.5, 232, 96.5);
--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(173, 159, 0, 0.375);
--pico-primary-inverse: #000;
--pico-primary-focus: rgba(178, 144, 217, 0.375);
--pico-primary-inverse: #fff;
--pico-secondary: #969eaf;
--pico-secondary-background: #525f7a;
--pico-secondary-border: var(--pico-secondary-background);
Expand Down Expand Up @@ -545,7 +545,7 @@ input:not([type=submit],
--pico-switch-background-color: #333c4e;
--pico-switch-checked-background-color: var(--pico-primary-background);
--pico-switch-color: #fff;
--pico-switch-thumb-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
--pico-switch-thumb-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
--pico-range-border-color: #202632;
--pico-range-active-border-color: #2a3140;
--pico-range-thumb-border-color: var(--pico-background-color);
Expand Down Expand Up @@ -581,10 +581,10 @@ input:not([type=submit],
--pico-form-element-focus-color: var(--pico-primary-focus);
}
[data-theme=dark] details summary[role=button]::after {
filter: brightness(100) invert(1);
filter: brightness(100) invert(0);
}
[data-theme=dark] [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button])::before {
filter: brightness(100) invert(0);
filter: brightness(100) invert(1);
}

progress,
Expand Down
2 changes: 1 addition & 1 deletion css/pico.classless.min.css

Large diffs are not rendered by default.

66 changes: 33 additions & 33 deletions css/pico.conditional.css
Original file line number Diff line number Diff line change
Expand Up @@ -232,19 +232,19 @@ nav details.dropdown summary:focus-visible {
color-scheme: light;
--pico-background-color: #fff;
--pico-color: #373c44;
--pico-text-selection-color: rgba(116, 139, 248, 0.25);
--pico-text-selection-color: rgba(119, 156, 0, 0.25);
--pico-muted-color: #646b79;
--pico-muted-border-color: rgb(231, 234, 239.5);
--pico-primary: #2060df;
--pico-primary-background: #2060df;
--pico-primary: #577400;
--pico-primary-background: #a5d601;
--pico-primary-border: var(--pico-primary-background);
--pico-primary-underline: rgba(32, 96, 223, 0.5);
--pico-primary-hover: #184eb8;
--pico-primary-hover-background: #1d59d0;
--pico-primary-underline: rgba(87, 116, 0, 0.5);
--pico-primary-hover: #435a00;
--pico-primary-hover-background: #99c801;
--pico-primary-hover-border: var(--pico-primary-hover-background);
--pico-primary-hover-underline: var(--pico-primary-hover);
--pico-primary-focus: rgba(116, 139, 248, 0.5);
--pico-primary-inverse: #fff;
--pico-primary-focus: rgba(119, 156, 0, 0.5);
--pico-primary-inverse: #000;
--pico-secondary: #5d6b89;
--pico-secondary-background: #525f7a;
--pico-secondary-border: var(--pico-secondary-background);
Expand Down Expand Up @@ -308,7 +308,7 @@ nav details.dropdown summary:focus-visible {
--pico-switch-background-color: #bfc7d9;
--pico-switch-checked-background-color: var(--pico-primary-background);
--pico-switch-color: #fff;
--pico-switch-thumb-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
--pico-switch-thumb-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
--pico-range-border-color: #dfe3eb;
--pico-range-active-border-color: #bfc7d9;
--pico-range-thumb-border-color: var(--pico-background-color);
Expand Down Expand Up @@ -343,7 +343,7 @@ nav details.dropdown summary:focus-visible {
[data-theme=light] .pico details summary[role=button]:not(.outline, .contrast, .secondary)::after,
:root:not([data-theme=dark]) .pico details summary[role=button]:not(.outline, .contrast, .secondary)::after,
:host(:not([data-theme=dark])) .pico details summary[role=button]:not(.outline, .contrast, .secondary)::after {
filter: brightness(100) invert(0);
filter: brightness(100) invert(1);
}
[data-theme=light] .pico details summary.secondary[role=button]::after,
:root:not([data-theme=dark]) .pico details summary.secondary[role=button]::after,
Expand All @@ -358,7 +358,7 @@ nav details.dropdown summary:focus-visible {
[data-theme=light] .pico [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button]):not(.outline)::before,
:root:not([data-theme=dark]) .pico [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button]):not(.outline)::before,
:host(:not([data-theme=dark])) .pico [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button]):not(.outline)::before {
filter: brightness(100) invert(0);
filter: brightness(0) invert(1);
}
[data-theme=light] input:is([type=submit],
[type=button],
Expand Down Expand Up @@ -387,19 +387,19 @@ 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(137, 153, 249, 0.1875);
--pico-text-selection-color: rgba(130, 171, 0, 0.1875);
--pico-muted-color: #7b8495;
--pico-muted-border-color: #202632;
--pico-primary: #8999f9;
--pico-primary-background: #2060df;
--pico-primary: #82ab00;
--pico-primary-background: #a5d601;
--pico-primary-border: var(--pico-primary-background);
--pico-primary-underline: rgba(137, 153, 249, 0.5);
--pico-primary-hover: #aeb5fb;
--pico-primary-hover-background: #3c71f7;
--pico-primary-underline: rgba(130, 171, 0, 0.5);
--pico-primary-hover: #99c801;
--pico-primary-hover-background: #b2e51a;
--pico-primary-hover-border: var(--pico-primary-hover-background);
--pico-primary-hover-underline: var(--pico-primary-hover);
--pico-primary-focus: rgba(137, 153, 249, 0.375);
--pico-primary-inverse: #fff;
--pico-primary-focus: rgba(130, 171, 0, 0.375);
--pico-primary-inverse: #000;
--pico-secondary: #969eaf;
--pico-secondary-background: #525f7a;
--pico-secondary-border: var(--pico-secondary-background);
Expand Down Expand Up @@ -463,7 +463,7 @@ nav details.dropdown summary:focus-visible {
--pico-switch-background-color: #333c4e;
--pico-switch-checked-background-color: var(--pico-primary-background);
--pico-switch-color: #fff;
--pico-switch-thumb-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
--pico-switch-thumb-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
--pico-range-border-color: #202632;
--pico-range-active-border-color: #2a3140;
--pico-range-thumb-border-color: var(--pico-background-color);
Expand Down Expand Up @@ -523,7 +523,7 @@ nav details.dropdown summary:focus-visible {
}
:root:not([data-theme]) .pico details summary[role=button]:not(.outline, .contrast, .secondary)::after,
:host(:not([data-theme])) .pico details summary[role=button]:not(.outline, .contrast, .secondary)::after {
filter: brightness(100) invert(0);
filter: brightness(100) invert(1);
}
:root:not([data-theme]) .pico details summary.secondary[role=button]::after,
:host(:not([data-theme])) .pico details summary.secondary[role=button]::after {
Expand All @@ -535,26 +535,26 @@ nav details.dropdown summary:focus-visible {
}
:root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button]):not(.outline)::before,
:host(:not([data-theme])) .pico [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button]):not(.outline)::before {
filter: brightness(100) invert(1);
filter: brightness(100) invert(0);
}
}
[data-theme=dark] {
color-scheme: dark;
--pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0;
--pico-text-selection-color: rgba(137, 153, 249, 0.1875);
--pico-text-selection-color: rgba(130, 171, 0, 0.1875);
--pico-muted-color: #7b8495;
--pico-muted-border-color: #202632;
--pico-primary: #8999f9;
--pico-primary-background: #2060df;
--pico-primary: #82ab00;
--pico-primary-background: #a5d601;
--pico-primary-border: var(--pico-primary-background);
--pico-primary-underline: rgba(137, 153, 249, 0.5);
--pico-primary-hover: #aeb5fb;
--pico-primary-hover-background: #3c71f7;
--pico-primary-underline: rgba(130, 171, 0, 0.5);
--pico-primary-hover: #99c801;
--pico-primary-hover-background: #b2e51a;
--pico-primary-hover-border: var(--pico-primary-hover-background);
--pico-primary-hover-underline: var(--pico-primary-hover);
--pico-primary-focus: rgba(137, 153, 249, 0.375);
--pico-primary-inverse: #fff;
--pico-primary-focus: rgba(130, 171, 0, 0.375);
--pico-primary-inverse: #000;
--pico-secondary: #969eaf;
--pico-secondary-background: #525f7a;
--pico-secondary-border: var(--pico-secondary-background);
Expand Down Expand Up @@ -618,7 +618,7 @@ nav details.dropdown summary:focus-visible {
--pico-switch-background-color: #333c4e;
--pico-switch-checked-background-color: var(--pico-primary-background);
--pico-switch-color: #fff;
--pico-switch-thumb-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
--pico-switch-thumb-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
--pico-range-border-color: #202632;
--pico-range-active-border-color: #2a3140;
--pico-range-thumb-border-color: var(--pico-background-color);
Expand Down Expand Up @@ -666,7 +666,7 @@ nav details.dropdown summary:focus-visible {
--pico-form-element-focus-color: var(--pico-primary-focus);
}
[data-theme=dark] .pico details summary[role=button]:not(.outline, .contrast, .secondary)::after {
filter: brightness(100) invert(0);
filter: brightness(100) invert(1);
}
[data-theme=dark] .pico details summary.secondary[role=button]::after {
filter: brightness(100) invert(0);
Expand All @@ -675,7 +675,7 @@ nav details.dropdown summary:focus-visible {
filter: brightness(100) invert(1);
}
[data-theme=dark] .pico [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button]):not(.outline)::before {
filter: brightness(100) invert(1);
filter: brightness(100) invert(0);
}

.pico progress,
Expand Down
2 changes: 1 addition & 1 deletion css/pico.conditional.min.css

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions css/pico.css
Original file line number Diff line number Diff line change
Expand Up @@ -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(5, 162, 162, 0.25);
--pico-text-selection-color: rgba(240, 96, 72, 0.25);
--pico-muted-color: #646b79;
--pico-muted-border-color: rgb(231, 234, 239.5);
--pico-primary: #047878;
--pico-primary-background: #047878;
--pico-primary: #c52f21;
--pico-primary-background: #c52f21;
--pico-primary-border: var(--pico-primary-background);
--pico-primary-underline: rgba(4, 120, 120, 0.5);
--pico-primary-hover: #025d5d;
--pico-primary-hover-background: #046a6a;
--pico-primary-underline: rgba(197, 47, 33, 0.5);
--pico-primary-hover: #9b2318;
--pico-primary-hover-background: #af291d;
--pico-primary-hover-border: var(--pico-primary-hover-background);
--pico-primary-hover-underline: var(--pico-primary-hover);
--pico-primary-focus: rgba(5, 162, 162, 0.5);
--pico-primary-focus: rgba(240, 96, 72, 0.5);
--pico-primary-inverse: #fff;
--pico-secondary: #5d6b89;
--pico-secondary-background: #525f7a;
Expand Down Expand Up @@ -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(10, 177, 177, 0.1875);
--pico-text-selection-color: rgba(241, 121, 97, 0.1875);
--pico-muted-color: #7b8495;
--pico-muted-border-color: #202632;
--pico-primary: #0ab1b1;
--pico-primary-background: #047878;
--pico-primary: #f17961;
--pico-primary-background: #c52f21;
--pico-primary-border: var(--pico-primary-background);
--pico-primary-underline: rgba(10, 177, 177, 0.5);
--pico-primary-hover: #0ccece;
--pico-primary-hover-background: #058686;
--pico-primary-underline: rgba(241, 121, 97, 0.5);
--pico-primary-hover: #f5a390;
--pico-primary-hover-background: #d93526;
--pico-primary-hover-border: var(--pico-primary-hover-background);
--pico-primary-hover-underline: var(--pico-primary-hover);
--pico-primary-focus: rgba(10, 177, 177, 0.375);
--pico-primary-focus: rgba(241, 121, 97, 0.375);
--pico-primary-inverse: #fff;
--pico-secondary: #969eaf;
--pico-secondary-background: #525f7a;
Expand Down Expand Up @@ -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(10, 177, 177, 0.1875);
--pico-text-selection-color: rgba(241, 121, 97, 0.1875);
--pico-muted-color: #7b8495;
--pico-muted-border-color: #202632;
--pico-primary: #0ab1b1;
--pico-primary-background: #047878;
--pico-primary: #f17961;
--pico-primary-background: #c52f21;
--pico-primary-border: var(--pico-primary-background);
--pico-primary-underline: rgba(10, 177, 177, 0.5);
--pico-primary-hover: #0ccece;
--pico-primary-hover-background: #058686;
--pico-primary-underline: rgba(241, 121, 97, 0.5);
--pico-primary-hover: #f5a390;
--pico-primary-hover-background: #d93526;
--pico-primary-hover-border: var(--pico-primary-hover-background);
--pico-primary-hover-underline: var(--pico-primary-hover);
--pico-primary-focus: rgba(10, 177, 177, 0.375);
--pico-primary-focus: rgba(241, 121, 97, 0.375);
--pico-primary-inverse: #fff;
--pico-secondary: #969eaf;
--pico-secondary-background: #525f7a;
Expand Down
Loading

0 comments on commit a4ca1dc

Please sign in to comment.