From 5ef75197da71eee76396479edae50fd2393d3cbe Mon Sep 17 00:00:00 2001 From: Kris Date: Fri, 1 Feb 2019 09:51:12 -0500 Subject: [PATCH] UX: Header icon color fix --- .../common/foundation/variables.scss | 21 ++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/common/foundation/variables.scss b/app/assets/stylesheets/common/foundation/variables.scss index 1bbd8c1aa2b..fe706f92311 100644 --- a/app/assets/stylesheets/common/foundation/variables.scss +++ b/app/assets/stylesheets/common/foundation/variables.scss @@ -206,10 +206,25 @@ $primary-high: dark-light-diff($primary, $secondary, 30%, -25%); $primary-very-high: dark-light-diff($primary, $secondary, 15%, -10%); //header_primary -$header_primary-low: dark-light-diff($header_primary, $secondary, 90%, -78%); -$header_primary-low-mid: dark-light-diff($primary, $secondary, 70%, -45%); +$header_primary-low: dark-light-diff( + $header_primary, + $header_background, + 90%, + -78% +); +$header_primary-low-mid: dark-light-diff( + $header_primary, + $header_background, + 70%, + -45% +); -$header_primary-medium: dark-light-diff($header_primary, $secondary, 50%, -35%); +$header_primary-medium: dark-light-diff( + $header_primary, + $header_background, + 50%, + -35% +); $header_primary-high: dark-light-diff( $header_primary, $header_background,