Fix color constant
This commit is contained in:
@ -153,7 +153,7 @@ const Title = styled.span`
|
|||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
color: $textColor;
|
color: ${textColor};
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user