File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 16
16
justify-content : center ;
17
17
align-items : center ;
18
18
color : $background ;
19
+
19
20
}
20
21
.contact-border {
21
22
display : flex ;
Original file line number Diff line number Diff line change 1
1
const lightAndDark = {
2
2
lightModeMain : {
3
- backgroundColor : '#eeeeee ' ,
3
+ backgroundColor : '#f3f3f7 ' ,
4
4
flex : '1' ,
5
5
minHeight : '100vh' ,
6
6
FlexDirection : 'column' ,
7
7
} ,
8
8
lightModeHeader : {
9
- backgroundColor : '#eeeeee ' ,
10
- color : '#444d56 ' ,
9
+ backgroundColor : '#f3f3f7 ' ,
10
+ color : '#181818 ' ,
11
11
} ,
12
12
darkModeHeader : {
13
- backgroundColor : '#181818 ' ,
13
+ backgroundColor : '#161b22 ' ,
14
14
color : 'white' ,
15
15
} ,
16
16
darkModeMain : {
17
- backgroundColor : '#181818 ' ,
17
+ backgroundColor : '#161b22 ' ,
18
18
backgroundSize : 'contain' ,
19
19
flex : '1' ,
20
20
minHeight : '100vh' ,
21
21
FlexDirection : 'column' ,
22
22
} ,
23
23
lightModeText : {
24
- color : '#36454F ' ,
24
+ color : '#181818 ' ,
25
25
} ,
26
26
darkModeText : {
27
- color : 'gainsboro ' ,
27
+ color : '#fcfefb ' ,
28
28
} ,
29
29
} ;
30
30
You can’t perform that action at this time.
0 commit comments