Update style of learn more link

This commit is contained in:
delivan 2022-12-18 23:11:18 +09:00
parent d23090f9f8
commit 13a5c37226

View File

@ -236,7 +236,11 @@ const ICNSDescription = styled.p`
`; `;
const LearnMoreLink = styled.a` const LearnMoreLink = styled.a`
&:visited { color: #6c6c6c;
&:link,
&:hover,
&:active &:visited {
color: #6c6c6c; color: #6c6c6c;
} }
`; `;