Revert about change

This commit is contained in:
Jackson Harper
2024-03-07 14:03:44 +08:00
parent b8d8de1373
commit fda30a024e

View File

@ -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={{
@ -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',