From 13a5c37226e270fbac10a47c4a3d22b16b2fe9c5 Mon Sep 17 00:00:00 2001 From: delivan Date: Sun, 18 Dec 2022 23:11:18 +0900 Subject: [PATCH] Update style of learn more link --- pages/index.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/index.tsx b/pages/index.tsx index e30a230..9786079 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -236,7 +236,11 @@ const ICNSDescription = styled.p` `; const LearnMoreLink = styled.a` - &:visited { + color: #6c6c6c; + + &:link, + &:hover, + &:active &:visited { color: #6c6c6c; } `;