diff --git a/src/theme/global.ts b/src/theme/global.ts index daaab8d8..72298763 100644 --- a/src/theme/global.ts +++ b/src/theme/global.ts @@ -40,6 +40,11 @@ export default createGlobalStyle` box-sizing: inherit; } + a { + font-weight: 600; + color: ${theme.colors.primary} + } + a:link, a:visited { text-decoration: none; }