From 14f65eff70eb31d8eb464df8577db53d23459bf9 Mon Sep 17 00:00:00 2001 From: Chris Beer Date: Fri, 21 Dec 2018 08:46:09 -0800 Subject: [PATCH] Increase the contrast for the filter name/value separator --- app/assets/stylesheets/blacklight/_constraints.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/blacklight/_constraints.scss b/app/assets/stylesheets/blacklight/_constraints.scss index 15fd0fa454..359eb5dacc 100644 --- a/app/assets/stylesheets/blacklight/_constraints.scss +++ b/app/assets/stylesheets/blacklight/_constraints.scss @@ -32,7 +32,7 @@ } .filter-name:after { - color: $gray-100; + color: $gray-500; content: "❯"; font-size: 90%; padding-left: $caret-width;