Skip to content

Commit 571a7b7

Browse files
authored
Merge pull request #1095 from nrrao/remove-blue-line-1093
Remove blue line on About page
2 parents e0b5da1 + 8663f99 commit 571a7b7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/pages/About/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const About = () => {
4040
];
4141

4242
return (
43-
<Box className='containerDefault'>
43+
<Box className='containerTeal'>
4444
<Box className='boxBackround'>
4545
<Container className='containerDefault'>
4646
<GenericHeaderSection

src/styles.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ const useStyles = makeStyles((theme) => ({
4040
color: theme.palette.secondary.dark,
4141
},
4242
},
43+
'.containerTeal': {
44+
backgroundColor: theme.palette.background.primary,
45+
},
4346
'.containerDefault': {
4447
backgroundColor: theme.palette.secondary.dark,
4548
padding: '0 0 2em',

0 commit comments

Comments
 (0)