mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-13 03:26:38 +00:00
chore: update h2 styles
This commit is contained in:
parent
cdfddbd32c
commit
57809bef2a
2 changed files with 6 additions and 6 deletions
|
|
@ -33,10 +33,10 @@ export const HomeSection: FC<Props> = ({
|
||||||
// TODO: move text style to theme
|
// TODO: move text style to theme
|
||||||
as='h2'
|
as='h2'
|
||||||
fontFamily='"JetBrains Mono", monospace'
|
fontFamily='"JetBrains Mono", monospace'
|
||||||
fontWeight={700}
|
fontWeight={400}
|
||||||
fontSize='2.125rem'
|
fontSize='1.5rem'
|
||||||
lineHeight='auto'
|
lineHeight='auto'
|
||||||
letterSpacing='3%'
|
letterSpacing='4%'
|
||||||
// TODO: move to theme colors
|
// TODO: move to theme colors
|
||||||
color='#1d242c'
|
color='#1d242c'
|
||||||
>
|
>
|
||||||
|
|
|
||||||
|
|
@ -12,10 +12,10 @@ export const QuickLinks: FC = () => {
|
||||||
// TODO: move text style to theme
|
// TODO: move text style to theme
|
||||||
as='h2'
|
as='h2'
|
||||||
fontFamily='"JetBrains Mono", monospace'
|
fontFamily='"JetBrains Mono", monospace'
|
||||||
fontWeight={700}
|
fontWeight={400}
|
||||||
fontSize='2.125rem'
|
fontSize='1.5rem'
|
||||||
lineHeight='auto'
|
lineHeight='auto'
|
||||||
letterSpacing='3%'
|
letterSpacing='4%'
|
||||||
// TODO: move to theme colors
|
// TODO: move to theme colors
|
||||||
color='#1d242c'
|
color='#1d242c'
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue