Fix color constant

This commit is contained in:
Jori Lallo 2017-05-29 18:31:29 -07:00
parent 5a82430553
commit 0bd3dd1a72
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ const Title = styled.span`
}
a:hover {
color: $textColor;
color: ${textColor};
}
`;