Composants stylisés survoler

const Link = styled.a`
	text-decoration: none;
	color: inherit;

	&:hover {
        //your code
    }
`;
Dull Donkey