Set text styles for login

This commit is contained in:
Jackson Harper 2022-04-18 15:28:47 -07:00
parent c2fd58a809
commit 29d46090c4

View file

@ -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>