mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Revert about change
This commit is contained in:
parent
b8d8de1373
commit
fda30a024e
1 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue