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 56
56
--main-bg : light-dark (# f9f7ec, hsl (0 , 1% , 19% ));
57
57
--main-bg-dark : light-dark (# edebdd, # 141413 );
58
58
--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 ) ;
61
61
62
62
--placeholder-bg : hsl (212 , 7% , 57% );
63
63
--placeholder-bg2 : hsl (213 , 16% , 75% );
Original file line number Diff line number Diff line change 2
2
display : flex;
3
3
align-items : center;
4
4
justify-content : center;
5
- font-size : 90 % ;
5
+ font-size : 110 % ;
6
6
margin-bottom : var (--space-xs );
7
7
8
8
: global (ol ) {
21
21
: global (a ): hover { background-color : var (--main-bg-dark ); }
22
22
: global (a.active) { background-color : var (--main-bg-dark ); }
23
23
24
- : global (img ), : global (svg ) { vertical-align : middle; }
24
+ : global (img ), : global (svg ) { vertical-align : middle; width : 2 em ; height : 2 em ; }
25
25
26
26
.prev , .next {
27
27
: global (circle ) {
Original file line number Diff line number Diff line change 14
14
.label {
15
15
grid-column : 1 ;
16
16
grid-row : 2 ;
17
- color : # 76838a ;
17
+ color : light-dark ( # 545454 , # adc0cd ) ;
18
18
font-size : var (--space-s );
19
19
font-weight : normal;
20
20
line-height : 1.6 ;
27
27
height : var (--space-l-xl );
28
28
margin-left : var (--space-s );
29
29
margin-top : var (--space-3xs );
30
- color : # 76838a ;
30
+ color : light-dark ( # 545454 , # adc0cd ) ;
31
31
}
You can’t perform that action at this time.
0 commit comments