From 0bd3dd1a7235f7d711c9a29f4740eab3837545d7 Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Mon, 29 May 2017 18:31:29 -0700 Subject: [PATCH] Fix color constant --- frontend/components/Layout/Layout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}; } `;