diff --git a/frontend/components/Layout/Layout.js b/frontend/components/Layout/Layout.js index a234f717..3945f341 100644 --- a/frontend/components/Layout/Layout.js +++ b/frontend/components/Layout/Layout.js @@ -153,7 +153,7 @@ const Title = styled.span` } a:hover { - color: $textColor; + color: ${textColor}; } `;