File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1616 justify-content : center ;
1717 align-items : center ;
1818 color : $background ;
19+
1920}
2021.contact-border {
2122 display : flex ;
Original file line number Diff line number Diff line change 11const lightAndDark = {
22 lightModeMain : {
3- backgroundColor : '#eeeeee ' ,
3+ backgroundColor : '#f3f3f7 ' ,
44 flex : '1' ,
55 minHeight : '100vh' ,
66 FlexDirection : 'column' ,
77 } ,
88 lightModeHeader : {
9- backgroundColor : '#eeeeee ' ,
10- color : '#444d56 ' ,
9+ backgroundColor : '#f3f3f7 ' ,
10+ color : '#181818 ' ,
1111 } ,
1212 darkModeHeader : {
13- backgroundColor : '#181818 ' ,
13+ backgroundColor : '#161b22 ' ,
1414 color : 'white' ,
1515 } ,
1616 darkModeMain : {
17- backgroundColor : '#181818 ' ,
17+ backgroundColor : '#161b22 ' ,
1818 backgroundSize : 'contain' ,
1919 flex : '1' ,
2020 minHeight : '100vh' ,
2121 FlexDirection : 'column' ,
2222 } ,
2323 lightModeText : {
24- color : '#36454F ' ,
24+ color : '#181818 ' ,
2525 } ,
2626 darkModeText : {
27- color : 'gainsboro ' ,
27+ color : '#fcfefb ' ,
2828 } ,
2929} ;
3030
You can’t perform that action at this time.
0 commit comments