forked from LaconicNetwork/icns-frontend
Update style of learn more link
This commit is contained in:
parent
d23090f9f8
commit
13a5c37226
@ -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;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
Loading…
Reference in New Issue
Block a user