From a1fc2cfa0990845db70294277e84d4347fe50642 Mon Sep 17 00:00:00 2001 From: Shel Raphen Date: Fri, 12 May 2017 14:19:39 -0400 Subject: [PATCH] Fix color contrast some more in privacy warning (#3018) * Fix color contrast some more in privacy warning Latest master appears to have changed the to this unreadable grey color. If you want that to be white then it should be pure white. If someone would rather revert this to that strong dark blue color it was before that would be good too. * Make domain dark blue again * add missing ; woops --- app/javascript/styles/components.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss index de0943d17..b5bbe749d 100644 --- a/app/javascript/styles/components.scss +++ b/app/javascript/styles/components.scss @@ -236,7 +236,7 @@ font-weight: 400; strong { - color: darken($primary-text-color, 33%); + color: darken($ui-secondary-color, 65%); font-weight: 500; }