Skip to content

Commit

Permalink
Revert about change
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonh committed Mar 7, 2024
1 parent b8d8de1 commit fda30a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web/components/templates/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function About(props: AboutProps): JSX.Element {
<LandingHeader />
<VStack
alignment="center"
css={{ background: '#3D3D3D', color: '#EDEDED' }}
css={{ background: '#FEFCF5', color: '#3D3D3D' }}
>
<VStack
css={{
Expand Down Expand Up @@ -50,7 +50,7 @@ export function About(props: AboutProps): JSX.Element {
readers.`}
</Box>
<Box
as="p"
as="p"
css={{
color: 'rgb(125, 125, 125)',
padding: '10px',
Expand Down

0 comments on commit fda30a0

Please sign in to comment.