From 54cc51bccfc76313b3b80c840f1000346bdce12e Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Thu, 14 Feb 2013 09:02:51 -0500 Subject: [PATCH] studio - soft landing: changed strong elem colors to be more subtle since we're not using new nomenclature --- cms/static/sass/_index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/static/sass/_index.scss b/cms/static/sass/_index.scss index 8a4ca4a0a4..b5d042b5cc 100644 --- a/cms/static/sass/_index.scss +++ b/cms/static/sass/_index.scss @@ -218,7 +218,7 @@ } strong { - color: $pink-l1; + color: $gray-d2; font-weight: 500; }