mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Set fore/background colours on landing page
This commit is contained in:
parent
7c6fd86dc9
commit
18639ab81f
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ export default function LandingPage(): JSX.Element {
|
|||
return (
|
||||
<>
|
||||
<LandingHeader />
|
||||
<VStack>
|
||||
<VStack css={{ background: '#C5C4BD', 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