Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit da999a6

Browse files
Updated colors to make text more visible (#97)
* Updated colors to make text more visible fixes: #96 * Changed text color to black
1 parent 34eaa8b commit da999a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/AboutCard/MainCard.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ const useStyles = makeStyles(theme => ({
1010
},
1111
card: {
1212
minHeight: '628px',
13-
backgroundColor: '#EEF5FF',
13+
backgroundColor: '#F2F6FF',
14+
color: '#000000',
1415
borderRadius: '10px',
1516
padding: '50px 30px'
1617
}

0 commit comments

Comments
 (0)