From a805ce77b22afd17c0c98da4ed72ff9a8a6320bb Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Thu, 28 Dec 2017 12:07:40 +0000 Subject: [PATCH] fixes broken scss --- src/css/custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/custom.scss b/src/css/custom.scss index 31e3a5a..5e09e29 100644 --- a/src/css/custom.scss +++ b/src/css/custom.scss @@ -58,7 +58,7 @@ li { } .down, .delayed, .trendDown { - color: $mui-text-danger; !important; + color: $mui-text-danger !important; } .nochange {