mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Correct font colour on the login page
This commit is contained in:
parent
48c25a05a2
commit
53d2fe3b1d
1 changed files with 15 additions and 15 deletions
|
|
@ -40,24 +40,24 @@ export function LoginForm(props: LoginFormProps): JSX.Element {
|
|||
Never miss a great read.
|
||||
</StyledTextHeadline>
|
||||
<StyledText css={{ fontStyle: 'normal',
|
||||
fontWeight: '400',
|
||||
fontSize: '18px',
|
||||
lineHeight: '120%',
|
||||
m: '0px',
|
||||
color: '$omnivoreGray',}}>
|
||||
fontWeight: '400',
|
||||
fontSize: '18px',
|
||||
lineHeight: '120%',
|
||||
m: '0px',
|
||||
color: '$omnivoreGray',
|
||||
}}>
|
||||
Save articles and read them later in our distraction-free reader.
|
||||
</StyledText>
|
||||
<Link passHref href="/about">
|
||||
<a style={{ textDecoration: 'none' }}>
|
||||
<StyledText
|
||||
css={{
|
||||
fontStyle: 'normal',
|
||||
fontWeight: '400',
|
||||
fontSize: '18px',
|
||||
lineHeight: '120%',
|
||||
m: '0px',
|
||||
}}
|
||||
>
|
||||
<StyledText css={{
|
||||
fontStyle: 'normal',
|
||||
fontWeight: '400',
|
||||
fontSize: '18px',
|
||||
lineHeight: '120%',
|
||||
m: '0px',
|
||||
color: '$omnivoreGray',
|
||||
}}>
|
||||
Learn More ->
|
||||
</StyledText>
|
||||
</a>
|
||||
|
|
@ -65,7 +65,7 @@ m: '0px',
|
|||
|
||||
<SpanBox css={{ height: '24px' }} />
|
||||
|
||||
<VStack alignment="start" distribution="center" css={{ }}>
|
||||
<VStack alignment="start" distribution="center">
|
||||
{googleID && (
|
||||
<Box
|
||||
style={{
|
||||
|
|
|
|||
Loading…
Reference in a new issue