Build CSS

This commit is contained in:
github-actions[bot] 2024-12-23 02:03:16 +00:00
parent 03188f30c2
commit b83c181670
10 changed files with 122 additions and 122 deletions

View file

@ -199,18 +199,18 @@ input:not([type=submit],
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(244, 93, 44, 0.25);
--pico-muted-color: #646b79;
--pico-muted-border-color: rgb(231, 234, 239.5);
--pico-primary: #047878;
--pico-primary-background: #047878;
--pico-primary: #bd3c13;
--pico-primary-background: #d24317;
--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(189, 60, 19, 0.5);
--pico-primary-hover: #942d0d;
--pico-primary-hover-background: #bd3c13;
--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(244, 93, 44, 0.5);
--pico-primary-inverse: #fff;
--pico-secondary: #5d6b89;
--pico-secondary-background: #525f7a;
@ -339,18 +339,18 @@ input:not([type=submit],
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(245, 107, 61, 0.1875);
--pico-muted-color: #7b8495;
--pico-muted-border-color: #202632;
--pico-primary: #0ab1b1;
--pico-primary-background: #047878;
--pico-primary: #f56b3d;
--pico-primary-background: #d24317;
--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(245, 107, 61, 0.5);
--pico-primary-hover: #f8a283;
--pico-primary-hover-background: #e74b1a;
--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(245, 107, 61, 0.375);
--pico-primary-inverse: #fff;
--pico-secondary: #969eaf;
--pico-secondary-background: #525f7a;
@ -469,18 +469,18 @@ input:not([type=submit],
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(245, 107, 61, 0.1875);
--pico-muted-color: #7b8495;
--pico-muted-border-color: #202632;
--pico-primary: #0ab1b1;
--pico-primary-background: #047878;
--pico-primary: #f56b3d;
--pico-primary-background: #d24317;
--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(245, 107, 61, 0.5);
--pico-primary-hover: #f8a283;
--pico-primary-hover-background: #e74b1a;
--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(245, 107, 61, 0.375);
--pico-primary-inverse: #fff;
--pico-secondary: #969eaf;
--pico-secondary-background: #525f7a;