File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5656 --main-bg : light-dark (# f9f7ec, hsl (0 , 1% , 19% ));
5757 --main-bg-dark : light-dark (# edebdd, # 141413 );
5858 --gray-border : light-dark (# d5d3cb, # 666561 );
59- --link-color : rgb ( 0 , 172 , 91 );
60- --link-hover-color : # 007940 ;
59+ --link-color : light-dark ( # 00ac5b , # 04da75 );
60+ --link-hover-color : light-dark ( # 007940, # 00f27f ) ;
6161
6262 --placeholder-bg : hsl (212 , 7% , 57% );
6363 --placeholder-bg2 : hsl (213 , 16% , 75% );
Original file line number Diff line number Diff line change 22 display : flex;
33 align-items : center;
44 justify-content : center;
5- font-size : 90 % ;
5+ font-size : 110 % ;
66 margin-bottom : var (--space-xs );
77
88 : global (ol ) {
2121 : global (a ): hover { background-color : var (--main-bg-dark ); }
2222 : global (a.active) { background-color : var (--main-bg-dark ); }
2323
24- : global (img ), : global (svg ) { vertical-align : middle; }
24+ : global (img ), : global (svg ) { vertical-align : middle; width : 2 em ; height : 2 em ; }
2525
2626 .prev , .next {
2727 : global (circle ) {
Original file line number Diff line number Diff line change 1414.label {
1515 grid-column : 1 ;
1616 grid-row : 2 ;
17- color : # 76838a ;
17+ color : light-dark ( # 545454 , # adc0cd ) ;
1818 font-size : var (--space-s );
1919 font-weight : normal;
2020 line-height : 1.6 ;
2727 height : var (--space-l-xl );
2828 margin-left : var (--space-s );
2929 margin-top : var (--space-3xs );
30- color : # 76838a ;
30+ color : light-dark ( # 545454 , # adc0cd ) ;
3131}
You can’t perform that action at this time.
0 commit comments