From 4c5aa5f01ac634a7342db52e792f4f027717efbd Mon Sep 17 00:00:00 2001 From: nobohan Date: Fri, 1 Jun 2018 10:25:59 +0200 Subject: [PATCH] add value for color chill-llight-gray - also for css variables --- Resources/public/sass/custom/config/_colors.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/public/sass/custom/config/_colors.scss b/Resources/public/sass/custom/config/_colors.scss index d34daddb7..91e4ebae0 100644 --- a/Resources/public/sass/custom/config/_colors.scss +++ b/Resources/public/sass/custom/config/_colors.scss @@ -49,7 +49,7 @@ $light-grey: $chill-light-gray; --chill-pink: #dd506d; --chill-dark-gray: #333333; --chill-light-gray: #b2b2b2; - --chill-llight-gray: #b2b2b2; + --chill-llight-gray: #e6e6e6; --dark-grey: #333333;