fix: oops, needed an important

This commit is contained in:
Sam Marks 2022-11-09 19:51:55 -05:00
parent 2deaff56b2
commit 3a2e4f61b0
No known key found for this signature in database

View file

@ -28,7 +28,7 @@ const Container = styled(Text13)`
text-decoration: none !important;
transition: color 0.1s linear, background 0.1s linear;
&:hover {
background: var(--black);
background: var(--black) !important;
color: var(--white);
}
`;