Skip to content

Commit bfa0625

Browse files
Yohngithub-actions[bot]
authored andcommitted
Build CSS
1 parent 8892ef0 commit bfa0625

12 files changed

+156
-156
lines changed

css/pico.classless.css

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -199,19 +199,19 @@ input:not([type=submit],
199199
color-scheme: light;
200200
--pico-background-color: #fff;
201201
--pico-color: #373c44;
202-
--pico-text-selection-color: rgba(240, 96, 72, 0.25);
202+
--pico-text-selection-color: rgba(158, 146, 0, 0.25);
203203
--pico-muted-color: #646b79;
204204
--pico-muted-border-color: rgb(231, 234, 239.5);
205-
--pico-primary: #c52f21;
206-
--pico-primary-background: #c52f21;
205+
--pico-primary: #756b00;
206+
--pico-primary-background: #f2df0d;
207207
--pico-primary-border: var(--pico-primary-background);
208-
--pico-primary-underline: rgba(197, 47, 33, 0.5);
209-
--pico-primary-hover: #9b2318;
210-
--pico-primary-hover-background: #af291d;
208+
--pico-primary-underline: rgba(117, 107, 0, 0.5);
209+
--pico-primary-hover: #5b5300;
210+
--pico-primary-hover-background: #e8d600;
211211
--pico-primary-hover-border: var(--pico-primary-hover-background);
212212
--pico-primary-hover-underline: var(--pico-primary-hover);
213-
--pico-primary-focus: rgba(240, 96, 72, 0.5);
214-
--pico-primary-inverse: #fff;
213+
--pico-primary-focus: rgba(158, 146, 0, 0.5);
214+
--pico-primary-inverse: #000;
215215
--pico-secondary: #5d6b89;
216216
--pico-secondary-background: #525f7a;
217217
--pico-secondary-border: var(--pico-secondary-background);
@@ -275,7 +275,7 @@ input:not([type=submit],
275275
--pico-switch-background-color: #bfc7d9;
276276
--pico-switch-checked-background-color: var(--pico-primary-background);
277277
--pico-switch-color: #fff;
278-
--pico-switch-thumb-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
278+
--pico-switch-thumb-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
279279
--pico-range-border-color: #dfe3eb;
280280
--pico-range-active-border-color: #bfc7d9;
281281
--pico-range-thumb-border-color: var(--pico-background-color);
@@ -305,12 +305,12 @@ input:not([type=submit],
305305
[data-theme=light] details summary[role=button]::after,
306306
:root:not([data-theme=dark]) details summary[role=button]::after,
307307
:host(:not([data-theme=dark])) details summary[role=button]::after {
308-
filter: brightness(100) invert(0);
308+
filter: brightness(100) invert(1);
309309
}
310310
[data-theme=light] [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button])::before,
311311
: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,
312312
: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 {
313-
filter: brightness(100) invert(0);
313+
filter: brightness(0) invert(1);
314314
}
315315
[data-theme=light] input:is([type=submit],
316316
[type=button],
@@ -339,19 +339,19 @@ input:not([type=submit],
339339
color-scheme: dark;
340340
--pico-background-color: rgb(19, 22.5, 30.5);
341341
--pico-color: #c2c7d0;
342-
--pico-text-selection-color: rgba(241, 121, 97, 0.1875);
342+
--pico-text-selection-color: rgba(173, 159, 0, 0.1875);
343343
--pico-muted-color: #7b8495;
344344
--pico-muted-border-color: #202632;
345-
--pico-primary: #f17961;
346-
--pico-primary-background: #c52f21;
345+
--pico-primary: #ad9f00;
346+
--pico-primary-background: #f2df0d;
347347
--pico-primary-border: var(--pico-primary-background);
348-
--pico-primary-underline: rgba(241, 121, 97, 0.5);
349-
--pico-primary-hover: #f5a390;
350-
--pico-primary-hover-background: #d93526;
348+
--pico-primary-underline: rgba(173, 159, 0, 0.5);
349+
--pico-primary-hover: #caba01;
350+
--pico-primary-hover-background: rgb(247.5, 232, 96.5);
351351
--pico-primary-hover-border: var(--pico-primary-hover-background);
352352
--pico-primary-hover-underline: var(--pico-primary-hover);
353-
--pico-primary-focus: rgba(241, 121, 97, 0.375);
354-
--pico-primary-inverse: #fff;
353+
--pico-primary-focus: rgba(173, 159, 0, 0.375);
354+
--pico-primary-inverse: #000;
355355
--pico-secondary: #969eaf;
356356
--pico-secondary-background: #525f7a;
357357
--pico-secondary-border: var(--pico-secondary-background);
@@ -415,7 +415,7 @@ input:not([type=submit],
415415
--pico-switch-background-color: #333c4e;
416416
--pico-switch-checked-background-color: var(--pico-primary-background);
417417
--pico-switch-color: #fff;
418-
--pico-switch-thumb-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
418+
--pico-switch-thumb-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
419419
--pico-range-border-color: #202632;
420420
--pico-range-active-border-color: #2a3140;
421421
--pico-range-thumb-border-color: var(--pico-background-color);
@@ -458,30 +458,30 @@ input:not([type=submit],
458458
}
459459
:root:not([data-theme]) details summary[role=button]::after,
460460
:host(:not([data-theme])) details summary[role=button]::after {
461-
filter: brightness(100) invert(0);
461+
filter: brightness(100) invert(1);
462462
}
463463
:root:not([data-theme]) [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button])::before,
464464
:host(:not([data-theme])) [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button])::before {
465-
filter: brightness(100) invert(1);
465+
filter: brightness(100) invert(0);
466466
}
467467
}
468468
[data-theme=dark] {
469469
color-scheme: dark;
470470
--pico-background-color: rgb(19, 22.5, 30.5);
471471
--pico-color: #c2c7d0;
472-
--pico-text-selection-color: rgba(241, 121, 97, 0.1875);
472+
--pico-text-selection-color: rgba(173, 159, 0, 0.1875);
473473
--pico-muted-color: #7b8495;
474474
--pico-muted-border-color: #202632;
475-
--pico-primary: #f17961;
476-
--pico-primary-background: #c52f21;
475+
--pico-primary: #ad9f00;
476+
--pico-primary-background: #f2df0d;
477477
--pico-primary-border: var(--pico-primary-background);
478-
--pico-primary-underline: rgba(241, 121, 97, 0.5);
479-
--pico-primary-hover: #f5a390;
480-
--pico-primary-hover-background: #d93526;
478+
--pico-primary-underline: rgba(173, 159, 0, 0.5);
479+
--pico-primary-hover: #caba01;
480+
--pico-primary-hover-background: rgb(247.5, 232, 96.5);
481481
--pico-primary-hover-border: var(--pico-primary-hover-background);
482482
--pico-primary-hover-underline: var(--pico-primary-hover);
483-
--pico-primary-focus: rgba(241, 121, 97, 0.375);
484-
--pico-primary-inverse: #fff;
483+
--pico-primary-focus: rgba(173, 159, 0, 0.375);
484+
--pico-primary-inverse: #000;
485485
--pico-secondary: #969eaf;
486486
--pico-secondary-background: #525f7a;
487487
--pico-secondary-border: var(--pico-secondary-background);
@@ -545,7 +545,7 @@ input:not([type=submit],
545545
--pico-switch-background-color: #333c4e;
546546
--pico-switch-checked-background-color: var(--pico-primary-background);
547547
--pico-switch-color: #fff;
548-
--pico-switch-thumb-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
548+
--pico-switch-thumb-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
549549
--pico-range-border-color: #202632;
550550
--pico-range-active-border-color: #2a3140;
551551
--pico-range-thumb-border-color: var(--pico-background-color);
@@ -581,10 +581,10 @@ input:not([type=submit],
581581
--pico-form-element-focus-color: var(--pico-primary-focus);
582582
}
583583
[data-theme=dark] details summary[role=button]::after {
584-
filter: brightness(100) invert(0);
584+
filter: brightness(100) invert(1);
585585
}
586586
[data-theme=dark] [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button])::before {
587-
filter: brightness(100) invert(1);
587+
filter: brightness(100) invert(0);
588588
}
589589

590590
progress,

css/pico.classless.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.conditional.css

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -232,18 +232,18 @@ nav details.dropdown summary:focus-visible {
232232
color-scheme: light;
233233
--pico-background-color: #fff;
234234
--pico-color: #373c44;
235-
--pico-text-selection-color: rgba(205, 104, 224, 0.25);
235+
--pico-text-selection-color: rgba(116, 139, 248, 0.25);
236236
--pico-muted-color: #646b79;
237237
--pico-muted-border-color: rgb(231, 234, 239.5);
238-
--pico-primary: #aa40bf;
239-
--pico-primary-background: #9236a4;
238+
--pico-primary: #2060df;
239+
--pico-primary-background: #2060df;
240240
--pico-primary-border: var(--pico-primary-background);
241-
--pico-primary-underline: rgba(170, 64, 191, 0.5);
242-
--pico-primary-hover: #802e90;
243-
--pico-primary-hover-background: #802e90;
241+
--pico-primary-underline: rgba(32, 96, 223, 0.5);
242+
--pico-primary-hover: #184eb8;
243+
--pico-primary-hover-background: #1d59d0;
244244
--pico-primary-hover-border: var(--pico-primary-hover-background);
245245
--pico-primary-hover-underline: var(--pico-primary-hover);
246-
--pico-primary-focus: rgba(205, 104, 224, 0.5);
246+
--pico-primary-focus: rgba(116, 139, 248, 0.5);
247247
--pico-primary-inverse: #fff;
248248
--pico-secondary: #5d6b89;
249249
--pico-secondary-background: #525f7a;
@@ -387,18 +387,18 @@ nav details.dropdown summary:focus-visible {
387387
color-scheme: dark;
388388
--pico-background-color: rgb(19, 22.5, 30.5);
389389
--pico-color: #c2c7d0;
390-
--pico-text-selection-color: rgba(212, 125, 228, 0.1875);
390+
--pico-text-selection-color: rgba(137, 153, 249, 0.1875);
391391
--pico-muted-color: #7b8495;
392392
--pico-muted-border-color: #202632;
393-
--pico-primary: #d47de4;
394-
--pico-primary-background: #9236a4;
393+
--pico-primary: #8999f9;
394+
--pico-primary-background: #2060df;
395395
--pico-primary-border: var(--pico-primary-background);
396-
--pico-primary-underline: rgba(212, 125, 228, 0.5);
397-
--pico-primary-hover: #e2a3eb;
398-
--pico-primary-hover-background: #aa40bf;
396+
--pico-primary-underline: rgba(137, 153, 249, 0.5);
397+
--pico-primary-hover: #aeb5fb;
398+
--pico-primary-hover-background: #3c71f7;
399399
--pico-primary-hover-border: var(--pico-primary-hover-background);
400400
--pico-primary-hover-underline: var(--pico-primary-hover);
401-
--pico-primary-focus: rgba(212, 125, 228, 0.375);
401+
--pico-primary-focus: rgba(137, 153, 249, 0.375);
402402
--pico-primary-inverse: #fff;
403403
--pico-secondary: #969eaf;
404404
--pico-secondary-background: #525f7a;
@@ -542,18 +542,18 @@ nav details.dropdown summary:focus-visible {
542542
color-scheme: dark;
543543
--pico-background-color: rgb(19, 22.5, 30.5);
544544
--pico-color: #c2c7d0;
545-
--pico-text-selection-color: rgba(212, 125, 228, 0.1875);
545+
--pico-text-selection-color: rgba(137, 153, 249, 0.1875);
546546
--pico-muted-color: #7b8495;
547547
--pico-muted-border-color: #202632;
548-
--pico-primary: #d47de4;
549-
--pico-primary-background: #9236a4;
548+
--pico-primary: #8999f9;
549+
--pico-primary-background: #2060df;
550550
--pico-primary-border: var(--pico-primary-background);
551-
--pico-primary-underline: rgba(212, 125, 228, 0.5);
552-
--pico-primary-hover: #e2a3eb;
553-
--pico-primary-hover-background: #aa40bf;
551+
--pico-primary-underline: rgba(137, 153, 249, 0.5);
552+
--pico-primary-hover: #aeb5fb;
553+
--pico-primary-hover-background: #3c71f7;
554554
--pico-primary-hover-border: var(--pico-primary-hover-background);
555555
--pico-primary-hover-underline: var(--pico-primary-hover);
556-
--pico-primary-focus: rgba(212, 125, 228, 0.375);
556+
--pico-primary-focus: rgba(137, 153, 249, 0.375);
557557
--pico-primary-inverse: #fff;
558558
--pico-secondary: #969eaf;
559559
--pico-secondary-background: #525f7a;

css/pico.conditional.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.css

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -232,18 +232,18 @@ nav details.dropdown summary:focus-visible {
232232
color-scheme: light;
233233
--pico-background-color: #fff;
234234
--pico-color: #373c44;
235-
--pico-text-selection-color: rgba(247, 72, 183, 0.25);
235+
--pico-text-selection-color: rgba(5, 162, 162, 0.25);
236236
--pico-muted-color: #646b79;
237237
--pico-muted-border-color: rgb(231, 234, 239.5);
238-
--pico-primary: #c1208b;
239-
--pico-primary-background: #c1208b;
238+
--pico-primary: #047878;
239+
--pico-primary-background: #047878;
240240
--pico-primary-border: var(--pico-primary-background);
241-
--pico-primary-underline: rgba(193, 32, 139, 0.5);
242-
--pico-primary-hover: #98176d;
243-
--pico-primary-hover-background: #ac1c7c;
241+
--pico-primary-underline: rgba(4, 120, 120, 0.5);
242+
--pico-primary-hover: #025d5d;
243+
--pico-primary-hover-background: #046a6a;
244244
--pico-primary-hover-border: var(--pico-primary-hover-background);
245245
--pico-primary-hover-underline: var(--pico-primary-hover);
246-
--pico-primary-focus: rgba(247, 72, 183, 0.5);
246+
--pico-primary-focus: rgba(5, 162, 162, 0.5);
247247
--pico-primary-inverse: #fff;
248248
--pico-secondary: #5d6b89;
249249
--pico-secondary-background: #525f7a;
@@ -387,18 +387,18 @@ nav details.dropdown summary:focus-visible {
387387
color-scheme: dark;
388388
--pico-background-color: rgb(19, 22.5, 30.5);
389389
--pico-color: #c2c7d0;
390-
--pico-text-selection-color: rgba(248, 105, 191, 0.1875);
390+
--pico-text-selection-color: rgba(10, 177, 177, 0.1875);
391391
--pico-muted-color: #7b8495;
392392
--pico-muted-border-color: #202632;
393-
--pico-primary: #f869bf;
394-
--pico-primary-background: #c1208b;
393+
--pico-primary: #0ab1b1;
394+
--pico-primary-background: #047878;
395395
--pico-primary-border: var(--pico-primary-background);
396-
--pico-primary-underline: rgba(248, 105, 191, 0.5);
397-
--pico-primary-hover: #fa9acf;
398-
--pico-primary-hover-background: #d9269d;
396+
--pico-primary-underline: rgba(10, 177, 177, 0.5);
397+
--pico-primary-hover: #0ccece;
398+
--pico-primary-hover-background: #058686;
399399
--pico-primary-hover-border: var(--pico-primary-hover-background);
400400
--pico-primary-hover-underline: var(--pico-primary-hover);
401-
--pico-primary-focus: rgba(248, 105, 191, 0.375);
401+
--pico-primary-focus: rgba(10, 177, 177, 0.375);
402402
--pico-primary-inverse: #fff;
403403
--pico-secondary: #969eaf;
404404
--pico-secondary-background: #525f7a;
@@ -542,18 +542,18 @@ nav details.dropdown summary:focus-visible {
542542
color-scheme: dark;
543543
--pico-background-color: rgb(19, 22.5, 30.5);
544544
--pico-color: #c2c7d0;
545-
--pico-text-selection-color: rgba(248, 105, 191, 0.1875);
545+
--pico-text-selection-color: rgba(10, 177, 177, 0.1875);
546546
--pico-muted-color: #7b8495;
547547
--pico-muted-border-color: #202632;
548-
--pico-primary: #f869bf;
549-
--pico-primary-background: #c1208b;
548+
--pico-primary: #0ab1b1;
549+
--pico-primary-background: #047878;
550550
--pico-primary-border: var(--pico-primary-background);
551-
--pico-primary-underline: rgba(248, 105, 191, 0.5);
552-
--pico-primary-hover: #fa9acf;
553-
--pico-primary-hover-background: #d9269d;
551+
--pico-primary-underline: rgba(10, 177, 177, 0.5);
552+
--pico-primary-hover: #0ccece;
553+
--pico-primary-hover-background: #058686;
554554
--pico-primary-hover-border: var(--pico-primary-hover-background);
555555
--pico-primary-hover-underline: var(--pico-primary-hover);
556-
--pico-primary-focus: rgba(248, 105, 191, 0.375);
556+
--pico-primary-focus: rgba(10, 177, 177, 0.375);
557557
--pico-primary-inverse: #fff;
558558
--pico-secondary: #969eaf;
559559
--pico-secondary-background: #525f7a;

css/pico.fluid.classless.conditional.css

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -199,18 +199,18 @@ input:not([type=submit],
199199
color-scheme: light;
200200
--pico-background-color: #fff;
201201
--pico-color: #373c44;
202-
--pico-text-selection-color: rgba(71, 164, 23, 0.25);
202+
--pico-text-selection-color: rgba(167, 128, 212, 0.25);
203203
--pico-muted-color: #646b79;
204204
--pico-muted-border-color: rgb(231, 234, 239.5);
205-
--pico-primary: #33790f;
206-
--pico-primary-background: #398712;
205+
--pico-primary: #8352c5;
206+
--pico-primary-background: #7540bf;
207207
--pico-primary-border: var(--pico-primary-background);
208-
--pico-primary-underline: rgba(51, 121, 15, 0.5);
209-
--pico-primary-hover: #265e09;
210-
--pico-primary-hover-background: #33790f;
208+
--pico-primary-underline: rgba(131, 82, 197, 0.5);
209+
--pico-primary-hover: #6935b3;
210+
--pico-primary-hover-background: #6935b3;
211211
--pico-primary-hover-border: var(--pico-primary-hover-background);
212212
--pico-primary-hover-underline: var(--pico-primary-hover);
213-
--pico-primary-focus: rgba(71, 164, 23, 0.5);
213+
--pico-primary-focus: rgba(167, 128, 212, 0.5);
214214
--pico-primary-inverse: #fff;
215215
--pico-secondary: #5d6b89;
216216
--pico-secondary-background: #525f7a;
@@ -339,18 +339,18 @@ input:not([type=submit],
339339
color-scheme: dark;
340340
--pico-background-color: rgb(19, 22.5, 30.5);
341341
--pico-color: #c2c7d0;
342-
--pico-text-selection-color: rgba(78, 179, 27, 0.1875);
342+
--pico-text-selection-color: rgba(178, 144, 217, 0.1875);
343343
--pico-muted-color: #7b8495;
344344
--pico-muted-border-color: #202632;
345-
--pico-primary: #4eb31b;
346-
--pico-primary-background: #398712;
345+
--pico-primary: #b290d9;
346+
--pico-primary-background: #7540bf;
347347
--pico-primary-border: var(--pico-primary-background);
348-
--pico-primary-underline: rgba(78, 179, 27, 0.5);
349-
--pico-primary-hover: #5dd121;
350-
--pico-primary-hover-background: #409614;
348+
--pico-primary-underline: rgba(178, 144, 217, 0.5);
349+
--pico-primary-hover: #c9afe4;
350+
--pico-primary-hover-background: #8352c5;
351351
--pico-primary-hover-border: var(--pico-primary-hover-background);
352352
--pico-primary-hover-underline: var(--pico-primary-hover);
353-
--pico-primary-focus: rgba(78, 179, 27, 0.375);
353+
--pico-primary-focus: rgba(178, 144, 217, 0.375);
354354
--pico-primary-inverse: #fff;
355355
--pico-secondary: #969eaf;
356356
--pico-secondary-background: #525f7a;
@@ -469,18 +469,18 @@ input:not([type=submit],
469469
color-scheme: dark;
470470
--pico-background-color: rgb(19, 22.5, 30.5);
471471
--pico-color: #c2c7d0;
472-
--pico-text-selection-color: rgba(78, 179, 27, 0.1875);
472+
--pico-text-selection-color: rgba(178, 144, 217, 0.1875);
473473
--pico-muted-color: #7b8495;
474474
--pico-muted-border-color: #202632;
475-
--pico-primary: #4eb31b;
476-
--pico-primary-background: #398712;
475+
--pico-primary: #b290d9;
476+
--pico-primary-background: #7540bf;
477477
--pico-primary-border: var(--pico-primary-background);
478-
--pico-primary-underline: rgba(78, 179, 27, 0.5);
479-
--pico-primary-hover: #5dd121;
480-
--pico-primary-hover-background: #409614;
478+
--pico-primary-underline: rgba(178, 144, 217, 0.5);
479+
--pico-primary-hover: #c9afe4;
480+
--pico-primary-hover-background: #8352c5;
481481
--pico-primary-hover-border: var(--pico-primary-hover-background);
482482
--pico-primary-hover-underline: var(--pico-primary-hover);
483-
--pico-primary-focus: rgba(78, 179, 27, 0.375);
483+
--pico-primary-focus: rgba(178, 144, 217, 0.375);
484484
--pico-primary-inverse: #fff;
485485
--pico-secondary: #969eaf;
486486
--pico-secondary-background: #525f7a;

css/pico.fluid.classless.conditional.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)