File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727
2828 outline : none ;
2929 margin : 0 ;
30- background : var (--ctp-flamingo );
3130 border-width : 1px ;
3231 border-radius : 3px ;
3332 border-color : var (--ctp-overlay0 );
4241
4342 /* unthemed, but it looks good in practice and people are used to it */
4443 color : black ;
44+ background : var (--ctp-flamingo );
4545 }
4646
4747 button :not (:disabled ) {
Original file line number Diff line number Diff line change 2525 }
2626
2727 .progress-label {
28- color : buttontext ;
29- font-size : 16px ;
3028 margin : 0 ;
29+ color : black ;
30+ font-size : 16px ;
3131 }
3232
3333 progress {
3434 min-width : 600px ;
3535 height : 24px ;
3636 appearance : none ;
37+
3738 background : var (--ctp-flamingo );
39+
3840 border-width : 1px ;
3941 border-radius : 3px ;
4042 border-color : var (--ctp-overlay0 );
Original file line number Diff line number Diff line change 3939
4040 outline : none ;
4141 margin : 0 ;
42- background : var (--ctp-flamingo );
4342 border-width : 1px ;
4443 border-radius : 3px ;
4544 border-color : var (--ctp-overlay0 );
4645 box-shadow : 2px 2px var (--ctp-overlay0 );
4746
47+ background : var (--ctp-flamingo );
48+ color : black ;
49+
4850 font-family : var (--stack-industrial );
4951 display : flex ;
5052 align-items : center ;
You can’t perform that action at this time.
0 commit comments