mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Set text styles for login
This commit is contained in:
parent
c2fd58a809
commit
29d46090c4
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ export function LandingHeader(): JSX.Element {
|
|||
<Box css={linkStyles}>
|
||||
<Box>
|
||||
<Link passHref href="/login">
|
||||
<a style={{textDecoration: 'none', color: 'black'}}>
|
||||
<a style={{textDecoration: 'none', color: '#3D3D3D', fontFamily: 'Inter', fontWeight: 500 }}>
|
||||
<SpanBox css={textStyles}>Log in</SpanBox>
|
||||
</a>
|
||||
</Link>
|
||||
|
|
|
|||
Loading…
Reference in a new issue