diff --git a/src/components/sections/Readme.js b/src/components/sections/Readme.js index 983d170..da2f46d 100644 --- a/src/components/sections/Readme.js +++ b/src/components/sections/Readme.js @@ -16,7 +16,7 @@ const ReadmeStyle = styled(Body)` line-height: 22px; @media (min-width: ${({theme}) => theme.overMobile}) { - font-size: 24px; + font-size: 22px; line-height: 26px; } } @@ -33,6 +33,21 @@ const ReadmeStyle = styled(Body)` line-height: 22px; } } + + a { + font-family: 'Roboto', sans-serif; + font-weight: 400; + font-size: 14px; + line-height: 20px; + color: ${({theme}) => theme.colors.dark}; + text-decoration: none; + + @media (min-width: ${({theme}) => theme.overMobile}) { + font-size: 16px; + line-height: 22px; + font-weight: 500; + } + } `; const Readme = (props) => { @@ -106,8 +121,7 @@ const Readme = (props) => { Description