Skip to content

Commit edf4013

Browse files
committed
updated light and dark
1 parent c689f88 commit edf4013

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

app/components/Contact/styles.scss

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
justify-content: center;
1717
align-items: center;
1818
color: $background;
19+
1920
}
2021
.contact-border {
2122
display: flex;

app/components/Styling.tsx

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
const 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

0 commit comments

Comments
 (0)