mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Adjust landing background colour
This commit is contained in:
parent
001c21a4a3
commit
1d53e7ce55
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ export default function LandingPage(): JSX.Element {
|
|||
return (
|
||||
<>
|
||||
<LandingHeader />
|
||||
<VStack css={{ background: '#C5C4BD', color: '#3D3D3D' }}>
|
||||
<VStack css={{ background: '#FEFCF5', color: '#3D3D3D' }}>
|
||||
<VStack css={mobileContainerStyles}>
|
||||
<Box css={headingStyles}>Collect and share the best of the web</Box>
|
||||
<Box css={subHeadingStyles}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue