@@ -236,19 +236,19 @@ 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 (247 , 72 , 183 , 0.25 );
239+ --pico-text-selection-color : rgba (183 , 136 , 0 , 0.25 );
240240 --pico-muted-color : # 646b79 ;
241241 --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 ;
244244 --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 ;
248248 --pico-primary-hover-border : var (--pico-primary-hover-background );
249249 --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 ;
252252 --pico-secondary : # 5d6b89 ;
253253 --pico-secondary-background : # 525f7a ;
254254 --pico-secondary-border : var (--pico-secondary-background );
@@ -312,7 +312,7 @@ nav details.dropdown summary:focus-visible {
312312 --pico-switch-background-color : # bfc7d9 ;
313313 --pico-switch-checked-background-color : var (--pico-primary-background );
314314 --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 );
316316 --pico-range-border-color : # dfe3eb ;
317317 --pico-range-active-border-color : # bfc7d9 ;
318318 --pico-range-thumb-border-color : var (--pico-background-color );
@@ -347,7 +347,7 @@ nav details.dropdown summary:focus-visible {
347347[data-theme = light ] .pico details summary [role = button ]: not (.outline , .contrast , .secondary )::after ,
348348: root : not ([data-theme = dark ]) .pico details summary [role = button ]: not (.outline , .contrast , .secondary )::after ,
349349: 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 );
351351}
352352[data-theme = light ] .pico details summary .secondary [role = button ]::after ,
353353: root : not ([data-theme = dark ]) .pico details summary .secondary [role = button ]::after ,
@@ -362,7 +362,7 @@ nav details.dropdown summary:focus-visible {
362362[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 ,
363363: 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 ,
364364: 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 );
366366}
367367[data-theme = light ] input : is ([type = submit ],
368368[type = button ],
@@ -391,19 +391,19 @@ 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 (248 , 105 , 191 , 0.1875 );
394+ --pico-text-selection-color : rgba (199 , 148 , 0 , 0.1875 );
395395 --pico-muted-color : # 7b8495 ;
396396 --pico-muted-border-color : # 202632 ;
397- --pico-primary : # f869bf ;
398- --pico-primary-background : # c1208b ;
397+ --pico-primary : # c79400 ;
398+ --pico-primary-background : # ffbf00 ;
399399 --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 ;
403403 --pico-primary-hover-border : var (--pico-primary-hover-background );
404404 --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 ;
407407 --pico-secondary : # 969eaf ;
408408 --pico-secondary-background : # 525f7a ;
409409 --pico-secondary-border : var (--pico-secondary-background );
@@ -467,7 +467,7 @@ nav details.dropdown summary:focus-visible {
467467 --pico-switch-background-color : # 333c4e ;
468468 --pico-switch-checked-background-color : var (--pico-primary-background );
469469 --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 );
471471 --pico-range-border-color : # 202632 ;
472472 --pico-range-active-border-color : # 2a3140 ;
473473 --pico-range-thumb-border-color : var (--pico-background-color );
@@ -527,7 +527,7 @@ nav details.dropdown summary:focus-visible {
527527 }
528528 : root : not ([data-theme ]) .pico details summary [role = button ]: not (.outline , .contrast , .secondary )::after ,
529529 : 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 );
531531 }
532532 : root : not ([data-theme ]) .pico details summary .secondary [role = button ]::after ,
533533 : host (: not ([data-theme ])) .pico details summary .secondary [role = button ]::after {
@@ -539,26 +539,26 @@ nav details.dropdown summary:focus-visible {
539539 }
540540 : 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 ,
541541 : 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 );
543543 }
544544}
545545[data-theme = dark ] {
546546 color-scheme : dark;
547547 --pico-background-color : rgb (19 , 22.5 , 30.5 );
548548 --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 );
550550 --pico-muted-color : # 7b8495 ;
551551 --pico-muted-border-color : # 202632 ;
552- --pico-primary : # f869bf ;
553- --pico-primary-background : # c1208b ;
552+ --pico-primary : # c79400 ;
553+ --pico-primary-background : # ffbf00 ;
554554 --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 ;
558558 --pico-primary-hover-border : var (--pico-primary-hover-background );
559559 --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 ;
562562 --pico-secondary : # 969eaf ;
563563 --pico-secondary-background : # 525f7a ;
564564 --pico-secondary-border : var (--pico-secondary-background );
@@ -622,7 +622,7 @@ nav details.dropdown summary:focus-visible {
622622 --pico-switch-background-color : # 333c4e ;
623623 --pico-switch-checked-background-color : var (--pico-primary-background );
624624 --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 );
626626 --pico-range-border-color : # 202632 ;
627627 --pico-range-active-border-color : # 2a3140 ;
628628 --pico-range-thumb-border-color : var (--pico-background-color );
@@ -670,7 +670,7 @@ nav details.dropdown summary:focus-visible {
670670 --pico-form-element-focus-color : var (--pico-primary-focus );
671671}
672672[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 );
674674}
675675[data-theme = dark ] .pico details summary .secondary [role = button ]::after {
676676 filter : brightness (100 ) invert (0 );
@@ -679,7 +679,7 @@ nav details.dropdown summary:focus-visible {
679679 filter : brightness (100 ) invert (1 );
680680}
681681[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 );
683683}
684684
685685.pico progress ,
0 commit comments