From 152ebb45531eb12bb27e35406a815951fc22feea Mon Sep 17 00:00:00 2001 From: Paul Wackerow <54227730+wackerow@users.noreply.github.com> Date: Thu, 2 Jun 2022 09:12:31 -0700 Subject: [PATCH] Link hover styling change [Fixes #501] --- src/components/Link.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Link.tsx b/src/components/Link.tsx index 46cdd3f5..f80eb361 100644 --- a/src/components/Link.tsx +++ b/src/components/Link.tsx @@ -19,8 +19,9 @@ const styles = ` color:inherit; display: inherit; text-decoration: none; + font-weight: 400; &:hover { - font-weight: 400; + opacity: 0.8; }; &:focus, &:visited,