Skip to content

Commit 6ba5f39

Browse files
Build CSS
1 parent eae7159 commit 6ba5f39

12 files changed

+168
-168
lines changed

css/pico.classless.css

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -203,19 +203,19 @@ input:not([type=submit],
203203
color-scheme: light;
204204
--pico-background-color: #fff;
205205
--pico-color: #373c44;
206-
--pico-text-selection-color: rgba(2, 154, 232, 0.25);
206+
--pico-text-selection-color: rgba(210, 122, 1, 0.25);
207207
--pico-muted-color: #646b79;
208208
--pico-muted-border-color: rgb(231, 234, 239.5);
209-
--pico-primary: #0172ad;
210-
--pico-primary-background: #0172ad;
209+
--pico-primary: #9c5900;
210+
--pico-primary-background: #ff9500;
211211
--pico-primary-border: var(--pico-primary-background);
212-
--pico-primary-underline: rgba(1, 114, 173, 0.5);
213-
--pico-primary-hover: #015887;
214-
--pico-primary-hover-background: #02659a;
212+
--pico-primary-underline: rgba(156, 89, 0, 0.5);
213+
--pico-primary-hover: #7a4400;
214+
--pico-primary-hover-background: #e48500;
215215
--pico-primary-hover-border: var(--pico-primary-hover-background);
216216
--pico-primary-hover-underline: var(--pico-primary-hover);
217-
--pico-primary-focus: rgba(2, 154, 232, 0.5);
218-
--pico-primary-inverse: #fff;
217+
--pico-primary-focus: rgba(210, 122, 1, 0.5);
218+
--pico-primary-inverse: #000;
219219
--pico-secondary: #5d6b89;
220220
--pico-secondary-background: #525f7a;
221221
--pico-secondary-border: var(--pico-secondary-background);
@@ -279,7 +279,7 @@ input:not([type=submit],
279279
--pico-switch-background-color: #bfc7d9;
280280
--pico-switch-checked-background-color: var(--pico-primary-background);
281281
--pico-switch-color: #fff;
282-
--pico-switch-thumb-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
282+
--pico-switch-thumb-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
283283
--pico-range-border-color: #dfe3eb;
284284
--pico-range-active-border-color: #bfc7d9;
285285
--pico-range-thumb-border-color: var(--pico-background-color);
@@ -309,12 +309,12 @@ input:not([type=submit],
309309
[data-theme=light] details summary[role=button]::after,
310310
:root:not([data-theme=dark]) details summary[role=button]::after,
311311
:host(:not([data-theme=dark])) details summary[role=button]::after {
312-
filter: brightness(100) invert(0);
312+
filter: brightness(100) invert(1);
313313
}
314314
[data-theme=light] [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button])::before,
315315
: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,
316316
: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 {
317-
filter: brightness(100) invert(0);
317+
filter: brightness(0) invert(1);
318318
}
319319
[data-theme=light] input:is([type=submit],
320320
[type=button],
@@ -343,19 +343,19 @@ input:not([type=submit],
343343
color-scheme: dark;
344344
--pico-background-color: rgb(19, 22.5, 30.5);
345345
--pico-color: #c2c7d0;
346-
--pico-text-selection-color: rgba(1, 170, 255, 0.1875);
346+
--pico-text-selection-color: rgba(228, 133, 0, 0.1875);
347347
--pico-muted-color: #7b8495;
348348
--pico-muted-border-color: #202632;
349-
--pico-primary: #01aaff;
350-
--pico-primary-background: #0172ad;
349+
--pico-primary: #e48500;
350+
--pico-primary-background: #ff9500;
351351
--pico-primary-border: var(--pico-primary-background);
352-
--pico-primary-underline: rgba(1, 170, 255, 0.5);
353-
--pico-primary-hover: #79c0ff;
354-
--pico-primary-hover-background: #017fc0;
352+
--pico-primary-underline: rgba(228, 133, 0, 0.5);
353+
--pico-primary-hover: #ffa23a;
354+
--pico-primary-hover-background: #ffa23a;
355355
--pico-primary-hover-border: var(--pico-primary-hover-background);
356356
--pico-primary-hover-underline: var(--pico-primary-hover);
357-
--pico-primary-focus: rgba(1, 170, 255, 0.375);
358-
--pico-primary-inverse: #fff;
357+
--pico-primary-focus: rgba(228, 133, 0, 0.375);
358+
--pico-primary-inverse: #000;
359359
--pico-secondary: #969eaf;
360360
--pico-secondary-background: #525f7a;
361361
--pico-secondary-border: var(--pico-secondary-background);
@@ -419,7 +419,7 @@ input:not([type=submit],
419419
--pico-switch-background-color: #333c4e;
420420
--pico-switch-checked-background-color: var(--pico-primary-background);
421421
--pico-switch-color: #fff;
422-
--pico-switch-thumb-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
422+
--pico-switch-thumb-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
423423
--pico-range-border-color: #202632;
424424
--pico-range-active-border-color: #2a3140;
425425
--pico-range-thumb-border-color: var(--pico-background-color);
@@ -462,30 +462,30 @@ input:not([type=submit],
462462
}
463463
:root:not([data-theme]) details summary[role=button]::after,
464464
:host(:not([data-theme])) details summary[role=button]::after {
465-
filter: brightness(100) invert(0);
465+
filter: brightness(100) invert(1);
466466
}
467467
:root:not([data-theme]) [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button])::before,
468468
:host(:not([data-theme])) [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button])::before {
469-
filter: brightness(100) invert(1);
469+
filter: brightness(100) invert(0);
470470
}
471471
}
472472
[data-theme=dark] {
473473
color-scheme: dark;
474474
--pico-background-color: rgb(19, 22.5, 30.5);
475475
--pico-color: #c2c7d0;
476-
--pico-text-selection-color: rgba(1, 170, 255, 0.1875);
476+
--pico-text-selection-color: rgba(228, 133, 0, 0.1875);
477477
--pico-muted-color: #7b8495;
478478
--pico-muted-border-color: #202632;
479-
--pico-primary: #01aaff;
480-
--pico-primary-background: #0172ad;
479+
--pico-primary: #e48500;
480+
--pico-primary-background: #ff9500;
481481
--pico-primary-border: var(--pico-primary-background);
482-
--pico-primary-underline: rgba(1, 170, 255, 0.5);
483-
--pico-primary-hover: #79c0ff;
484-
--pico-primary-hover-background: #017fc0;
482+
--pico-primary-underline: rgba(228, 133, 0, 0.5);
483+
--pico-primary-hover: #ffa23a;
484+
--pico-primary-hover-background: #ffa23a;
485485
--pico-primary-hover-border: var(--pico-primary-hover-background);
486486
--pico-primary-hover-underline: var(--pico-primary-hover);
487-
--pico-primary-focus: rgba(1, 170, 255, 0.375);
488-
--pico-primary-inverse: #fff;
487+
--pico-primary-focus: rgba(228, 133, 0, 0.375);
488+
--pico-primary-inverse: #000;
489489
--pico-secondary: #969eaf;
490490
--pico-secondary-background: #525f7a;
491491
--pico-secondary-border: var(--pico-secondary-background);
@@ -549,7 +549,7 @@ input:not([type=submit],
549549
--pico-switch-background-color: #333c4e;
550550
--pico-switch-checked-background-color: var(--pico-primary-background);
551551
--pico-switch-color: #fff;
552-
--pico-switch-thumb-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
552+
--pico-switch-thumb-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
553553
--pico-range-border-color: #202632;
554554
--pico-range-active-border-color: #2a3140;
555555
--pico-range-thumb-border-color: var(--pico-background-color);
@@ -585,10 +585,10 @@ input:not([type=submit],
585585
--pico-form-element-focus-color: var(--pico-primary-focus);
586586
}
587587
[data-theme=dark] details summary[role=button]::after {
588-
filter: brightness(100) invert(0);
588+
filter: brightness(100) invert(1);
589589
}
590590
[data-theme=dark] [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button])::before {
591-
filter: brightness(100) invert(1);
591+
filter: brightness(100) invert(0);
592592
}
593593

594594
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
@@ -236,18 +236,18 @@ nav details.dropdown summary:focus-visible {
236236
color-scheme: light;
237237
--pico-background-color: #fff;
238238
--pico-color: #373c44;
239-
--pico-text-selection-color: rgba(205, 104, 224, 0.25);
239+
--pico-text-selection-color: rgba(71, 164, 23, 0.25);
240240
--pico-muted-color: #646b79;
241241
--pico-muted-border-color: rgb(231, 234, 239.5);
242-
--pico-primary: #aa40bf;
243-
--pico-primary-background: #9236a4;
242+
--pico-primary: #33790f;
243+
--pico-primary-background: #398712;
244244
--pico-primary-border: var(--pico-primary-background);
245-
--pico-primary-underline: rgba(170, 64, 191, 0.5);
246-
--pico-primary-hover: #802e90;
247-
--pico-primary-hover-background: #802e90;
245+
--pico-primary-underline: rgba(51, 121, 15, 0.5);
246+
--pico-primary-hover: #265e09;
247+
--pico-primary-hover-background: #33790f;
248248
--pico-primary-hover-border: var(--pico-primary-hover-background);
249249
--pico-primary-hover-underline: var(--pico-primary-hover);
250-
--pico-primary-focus: rgba(205, 104, 224, 0.5);
250+
--pico-primary-focus: rgba(71, 164, 23, 0.5);
251251
--pico-primary-inverse: #fff;
252252
--pico-secondary: #5d6b89;
253253
--pico-secondary-background: #525f7a;
@@ -391,18 +391,18 @@ nav details.dropdown summary:focus-visible {
391391
color-scheme: dark;
392392
--pico-background-color: rgb(19, 22.5, 30.5);
393393
--pico-color: #c2c7d0;
394-
--pico-text-selection-color: rgba(212, 125, 228, 0.1875);
394+
--pico-text-selection-color: rgba(78, 179, 27, 0.1875);
395395
--pico-muted-color: #7b8495;
396396
--pico-muted-border-color: #202632;
397-
--pico-primary: #d47de4;
398-
--pico-primary-background: #9236a4;
397+
--pico-primary: #4eb31b;
398+
--pico-primary-background: #398712;
399399
--pico-primary-border: var(--pico-primary-background);
400-
--pico-primary-underline: rgba(212, 125, 228, 0.5);
401-
--pico-primary-hover: #e2a3eb;
402-
--pico-primary-hover-background: #aa40bf;
400+
--pico-primary-underline: rgba(78, 179, 27, 0.5);
401+
--pico-primary-hover: #5dd121;
402+
--pico-primary-hover-background: #409614;
403403
--pico-primary-hover-border: var(--pico-primary-hover-background);
404404
--pico-primary-hover-underline: var(--pico-primary-hover);
405-
--pico-primary-focus: rgba(212, 125, 228, 0.375);
405+
--pico-primary-focus: rgba(78, 179, 27, 0.375);
406406
--pico-primary-inverse: #fff;
407407
--pico-secondary: #969eaf;
408408
--pico-secondary-background: #525f7a;
@@ -546,18 +546,18 @@ nav details.dropdown summary:focus-visible {
546546
color-scheme: dark;
547547
--pico-background-color: rgb(19, 22.5, 30.5);
548548
--pico-color: #c2c7d0;
549-
--pico-text-selection-color: rgba(212, 125, 228, 0.1875);
549+
--pico-text-selection-color: rgba(78, 179, 27, 0.1875);
550550
--pico-muted-color: #7b8495;
551551
--pico-muted-border-color: #202632;
552-
--pico-primary: #d47de4;
553-
--pico-primary-background: #9236a4;
552+
--pico-primary: #4eb31b;
553+
--pico-primary-background: #398712;
554554
--pico-primary-border: var(--pico-primary-background);
555-
--pico-primary-underline: rgba(212, 125, 228, 0.5);
556-
--pico-primary-hover: #e2a3eb;
557-
--pico-primary-hover-background: #aa40bf;
555+
--pico-primary-underline: rgba(78, 179, 27, 0.5);
556+
--pico-primary-hover: #5dd121;
557+
--pico-primary-hover-background: #409614;
558558
--pico-primary-hover-border: var(--pico-primary-hover-background);
559559
--pico-primary-hover-underline: var(--pico-primary-hover);
560-
--pico-primary-focus: rgba(212, 125, 228, 0.375);
560+
--pico-primary-focus: rgba(78, 179, 27, 0.375);
561561
--pico-primary-inverse: #fff;
562562
--pico-secondary: #969eaf;
563563
--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
@@ -236,18 +236,18 @@ nav details.dropdown summary:focus-visible {
236236
color-scheme: light;
237237
--pico-background-color: #fff;
238238
--pico-color: #373c44;
239-
--pico-text-selection-color: rgba(71, 164, 23, 0.25);
239+
--pico-text-selection-color: rgba(167, 128, 212, 0.25);
240240
--pico-muted-color: #646b79;
241241
--pico-muted-border-color: rgb(231, 234, 239.5);
242-
--pico-primary: #33790f;
243-
--pico-primary-background: #398712;
242+
--pico-primary: #8352c5;
243+
--pico-primary-background: #7540bf;
244244
--pico-primary-border: var(--pico-primary-background);
245-
--pico-primary-underline: rgba(51, 121, 15, 0.5);
246-
--pico-primary-hover: #265e09;
247-
--pico-primary-hover-background: #33790f;
245+
--pico-primary-underline: rgba(131, 82, 197, 0.5);
246+
--pico-primary-hover: #6935b3;
247+
--pico-primary-hover-background: #6935b3;
248248
--pico-primary-hover-border: var(--pico-primary-hover-background);
249249
--pico-primary-hover-underline: var(--pico-primary-hover);
250-
--pico-primary-focus: rgba(71, 164, 23, 0.5);
250+
--pico-primary-focus: rgba(167, 128, 212, 0.5);
251251
--pico-primary-inverse: #fff;
252252
--pico-secondary: #5d6b89;
253253
--pico-secondary-background: #525f7a;
@@ -391,18 +391,18 @@ nav details.dropdown summary:focus-visible {
391391
color-scheme: dark;
392392
--pico-background-color: rgb(19, 22.5, 30.5);
393393
--pico-color: #c2c7d0;
394-
--pico-text-selection-color: rgba(78, 179, 27, 0.1875);
394+
--pico-text-selection-color: rgba(178, 144, 217, 0.1875);
395395
--pico-muted-color: #7b8495;
396396
--pico-muted-border-color: #202632;
397-
--pico-primary: #4eb31b;
398-
--pico-primary-background: #398712;
397+
--pico-primary: #b290d9;
398+
--pico-primary-background: #7540bf;
399399
--pico-primary-border: var(--pico-primary-background);
400-
--pico-primary-underline: rgba(78, 179, 27, 0.5);
401-
--pico-primary-hover: #5dd121;
402-
--pico-primary-hover-background: #409614;
400+
--pico-primary-underline: rgba(178, 144, 217, 0.5);
401+
--pico-primary-hover: #c9afe4;
402+
--pico-primary-hover-background: #8352c5;
403403
--pico-primary-hover-border: var(--pico-primary-hover-background);
404404
--pico-primary-hover-underline: var(--pico-primary-hover);
405-
--pico-primary-focus: rgba(78, 179, 27, 0.375);
405+
--pico-primary-focus: rgba(178, 144, 217, 0.375);
406406
--pico-primary-inverse: #fff;
407407
--pico-secondary: #969eaf;
408408
--pico-secondary-background: #525f7a;
@@ -546,18 +546,18 @@ nav details.dropdown summary:focus-visible {
546546
color-scheme: dark;
547547
--pico-background-color: rgb(19, 22.5, 30.5);
548548
--pico-color: #c2c7d0;
549-
--pico-text-selection-color: rgba(78, 179, 27, 0.1875);
549+
--pico-text-selection-color: rgba(178, 144, 217, 0.1875);
550550
--pico-muted-color: #7b8495;
551551
--pico-muted-border-color: #202632;
552-
--pico-primary: #4eb31b;
553-
--pico-primary-background: #398712;
552+
--pico-primary: #b290d9;
553+
--pico-primary-background: #7540bf;
554554
--pico-primary-border: var(--pico-primary-background);
555-
--pico-primary-underline: rgba(78, 179, 27, 0.5);
556-
--pico-primary-hover: #5dd121;
557-
--pico-primary-hover-background: #409614;
555+
--pico-primary-underline: rgba(178, 144, 217, 0.5);
556+
--pico-primary-hover: #c9afe4;
557+
--pico-primary-hover-background: #8352c5;
558558
--pico-primary-hover-border: var(--pico-primary-hover-background);
559559
--pico-primary-hover-underline: var(--pico-primary-hover);
560-
--pico-primary-focus: rgba(78, 179, 27, 0.375);
560+
--pico-primary-focus: rgba(178, 144, 217, 0.375);
561561
--pico-primary-inverse: #fff;
562562
--pico-secondary: #969eaf;
563563
--pico-secondary-background: #525f7a;

0 commit comments

Comments
 (0)