@@ -236,19 +236,19 @@ nav details.dropdown summary:focus-visible {
236
236
color-scheme : light;
237
237
--pico-background-color : # fff ;
238
238
--pico-color : # 373c44 ;
239
- --pico-text-selection-color : rgba (247 , 72 , 183 , 0.25 );
239
+ --pico-text-selection-color : rgba (183 , 136 , 0 , 0.25 );
240
240
--pico-muted-color : # 646b79 ;
241
241
--pico-muted-border-color : rgb (231 , 234 , 239.5 );
242
- --pico-primary : # c1208b ;
243
- --pico-primary-background : # c1208b ;
242
+ --pico-primary : # 876400 ;
243
+ --pico-primary-background : # ffbf00 ;
244
244
--pico-primary-border : var (--pico-primary-background );
245
- --pico-primary-underline : rgba (193 , 32 , 139 , 0.5 );
246
- --pico-primary-hover : # 98176d ;
247
- --pico-primary-hover-background : # ac1c7c ;
245
+ --pico-primary-underline : rgba (135 , 100 , 0 , 0.5 );
246
+ --pico-primary-hover : # 694d00 ;
247
+ --pico-primary-hover-background : # e8ae01 ;
248
248
--pico-primary-hover-border : var (--pico-primary-hover-background );
249
249
--pico-primary-hover-underline : var (--pico-primary-hover );
250
- --pico-primary-focus : rgba (247 , 72 , 183 , 0.5 );
251
- --pico-primary-inverse : # fff ;
250
+ --pico-primary-focus : rgba (183 , 136 , 0 , 0.5 );
251
+ --pico-primary-inverse : # 000 ;
252
252
--pico-secondary : # 5d6b89 ;
253
253
--pico-secondary-background : # 525f7a ;
254
254
--pico-secondary-border : var (--pico-secondary-background );
@@ -312,7 +312,7 @@ nav details.dropdown summary:focus-visible {
312
312
--pico-switch-background-color : # bfc7d9 ;
313
313
--pico-switch-checked-background-color : var (--pico-primary-background );
314
314
--pico-switch-color : # fff ;
315
- --pico-switch-thumb-box-shadow : 0 0 0 rgba (0 , 0 , 0 , 0 );
315
+ --pico-switch-thumb-box-shadow : 0 0 0.5 rem rgba (0 , 0 , 0 , 0.25 );
316
316
--pico-range-border-color : # dfe3eb ;
317
317
--pico-range-active-border-color : # bfc7d9 ;
318
318
--pico-range-thumb-border-color : var (--pico-background-color );
@@ -347,7 +347,7 @@ nav details.dropdown summary:focus-visible {
347
347
[data-theme = light ] .pico details summary [role = button ]: not (.outline , .contrast , .secondary )::after ,
348
348
: root : not ([data-theme = dark ]) .pico details summary [role = button ]: not (.outline , .contrast , .secondary )::after ,
349
349
: host (: not ([data-theme = dark ])) .pico details summary [role = button ]: not (.outline , .contrast , .secondary )::after {
350
- filter : brightness (100 ) invert (0 );
350
+ filter : brightness (100 ) invert (1 );
351
351
}
352
352
[data-theme = light ] .pico details summary .secondary [role = button ]::after ,
353
353
: root : not ([data-theme = dark ]) .pico details summary .secondary [role = button ]::after ,
@@ -362,7 +362,7 @@ nav details.dropdown summary:focus-visible {
362
362
[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 ,
363
363
: 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 ,
364
364
: 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 {
365
- filter : brightness (100 ) invert (0 );
365
+ filter : brightness (0 ) invert (1 );
366
366
}
367
367
[data-theme = light ] input : is ([type = submit ],
368
368
[type = button ],
@@ -391,19 +391,19 @@ nav details.dropdown summary:focus-visible {
391
391
color-scheme : dark;
392
392
--pico-background-color : rgb (19 , 22.5 , 30.5 );
393
393
--pico-color : # c2c7d0 ;
394
- --pico-text-selection-color : rgba (248 , 105 , 191 , 0.1875 );
394
+ --pico-text-selection-color : rgba (199 , 148 , 0 , 0.1875 );
395
395
--pico-muted-color : # 7b8495 ;
396
396
--pico-muted-border-color : # 202632 ;
397
- --pico-primary : # f869bf ;
398
- --pico-primary-background : # c1208b ;
397
+ --pico-primary : # c79400 ;
398
+ --pico-primary-background : # ffbf00 ;
399
399
--pico-primary-border : var (--pico-primary-background );
400
- --pico-primary-underline : rgba (248 , 105 , 191 , 0.5 );
401
- --pico-primary-hover : # fa9acf ;
402
- --pico-primary-hover-background : # d9269d ;
400
+ --pico-primary-underline : rgba (199 , 148 , 0 , 0.5 );
401
+ --pico-primary-hover : # e8ae01 ;
402
+ --pico-primary-hover-background : # fecc63 ;
403
403
--pico-primary-hover-border : var (--pico-primary-hover-background );
404
404
--pico-primary-hover-underline : var (--pico-primary-hover );
405
- --pico-primary-focus : rgba (248 , 105 , 191 , 0.375 );
406
- --pico-primary-inverse : # fff ;
405
+ --pico-primary-focus : rgba (199 , 148 , 0 , 0.375 );
406
+ --pico-primary-inverse : # 000 ;
407
407
--pico-secondary : # 969eaf ;
408
408
--pico-secondary-background : # 525f7a ;
409
409
--pico-secondary-border : var (--pico-secondary-background );
@@ -467,7 +467,7 @@ nav details.dropdown summary:focus-visible {
467
467
--pico-switch-background-color : # 333c4e ;
468
468
--pico-switch-checked-background-color : var (--pico-primary-background );
469
469
--pico-switch-color : # fff ;
470
- --pico-switch-thumb-box-shadow : 0 0 0 rgba (0 , 0 , 0 , 0 );
470
+ --pico-switch-thumb-box-shadow : 0 0 0.5 rem rgba (0 , 0 , 0 , 0.25 );
471
471
--pico-range-border-color : # 202632 ;
472
472
--pico-range-active-border-color : # 2a3140 ;
473
473
--pico-range-thumb-border-color : var (--pico-background-color );
@@ -527,7 +527,7 @@ nav details.dropdown summary:focus-visible {
527
527
}
528
528
: root : not ([data-theme ]) .pico details summary [role = button ]: not (.outline , .contrast , .secondary )::after ,
529
529
: host (: not ([data-theme ])) .pico details summary [role = button ]: not (.outline , .contrast , .secondary )::after {
530
- filter : brightness (100 ) invert (0 );
530
+ filter : brightness (100 ) invert (1 );
531
531
}
532
532
: root : not ([data-theme ]) .pico details summary .secondary [role = button ]::after ,
533
533
: host (: not ([data-theme ])) .pico details summary .secondary [role = button ]::after {
@@ -539,26 +539,26 @@ nav details.dropdown summary:focus-visible {
539
539
}
540
540
: 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 ,
541
541
: 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 {
542
- filter : brightness (100 ) invert (1 );
542
+ filter : brightness (100 ) invert (0 );
543
543
}
544
544
}
545
545
[data-theme = dark ] {
546
546
color-scheme : dark;
547
547
--pico-background-color : rgb (19 , 22.5 , 30.5 );
548
548
--pico-color : # c2c7d0 ;
549
- --pico-text-selection-color : rgba (248 , 105 , 191 , 0.1875 );
549
+ --pico-text-selection-color : rgba (199 , 148 , 0 , 0.1875 );
550
550
--pico-muted-color : # 7b8495 ;
551
551
--pico-muted-border-color : # 202632 ;
552
- --pico-primary : # f869bf ;
553
- --pico-primary-background : # c1208b ;
552
+ --pico-primary : # c79400 ;
553
+ --pico-primary-background : # ffbf00 ;
554
554
--pico-primary-border : var (--pico-primary-background );
555
- --pico-primary-underline : rgba (248 , 105 , 191 , 0.5 );
556
- --pico-primary-hover : # fa9acf ;
557
- --pico-primary-hover-background : # d9269d ;
555
+ --pico-primary-underline : rgba (199 , 148 , 0 , 0.5 );
556
+ --pico-primary-hover : # e8ae01 ;
557
+ --pico-primary-hover-background : # fecc63 ;
558
558
--pico-primary-hover-border : var (--pico-primary-hover-background );
559
559
--pico-primary-hover-underline : var (--pico-primary-hover );
560
- --pico-primary-focus : rgba (248 , 105 , 191 , 0.375 );
561
- --pico-primary-inverse : # fff ;
560
+ --pico-primary-focus : rgba (199 , 148 , 0 , 0.375 );
561
+ --pico-primary-inverse : # 000 ;
562
562
--pico-secondary : # 969eaf ;
563
563
--pico-secondary-background : # 525f7a ;
564
564
--pico-secondary-border : var (--pico-secondary-background );
@@ -622,7 +622,7 @@ nav details.dropdown summary:focus-visible {
622
622
--pico-switch-background-color : # 333c4e ;
623
623
--pico-switch-checked-background-color : var (--pico-primary-background );
624
624
--pico-switch-color : # fff ;
625
- --pico-switch-thumb-box-shadow : 0 0 0 rgba (0 , 0 , 0 , 0 );
625
+ --pico-switch-thumb-box-shadow : 0 0 0.5 rem rgba (0 , 0 , 0 , 0.25 );
626
626
--pico-range-border-color : # 202632 ;
627
627
--pico-range-active-border-color : # 2a3140 ;
628
628
--pico-range-thumb-border-color : var (--pico-background-color );
@@ -670,7 +670,7 @@ nav details.dropdown summary:focus-visible {
670
670
--pico-form-element-focus-color : var (--pico-primary-focus );
671
671
}
672
672
[data-theme = dark ] .pico details summary [role = button ]: not (.outline , .contrast , .secondary )::after {
673
- filter : brightness (100 ) invert (0 );
673
+ filter : brightness (100 ) invert (1 );
674
674
}
675
675
[data-theme = dark ] .pico details summary .secondary [role = button ]::after {
676
676
filter : brightness (100 ) invert (0 );
@@ -679,7 +679,7 @@ nav details.dropdown summary:focus-visible {
679
679
filter : brightness (100 ) invert (1 );
680
680
}
681
681
[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 {
682
- filter : brightness (100 ) invert (1 );
682
+ filter : brightness (100 ) invert (0 );
683
683
}
684
684
685
685
.pico progress ,
0 commit comments