From 8c227715aebe2e3ca61f13b1cbfa0b0deed08bb0 Mon Sep 17 00:00:00 2001 From: Kris Date: Tue, 11 Dec 2018 10:08:00 -0500 Subject: [PATCH] $primary-high contrast reduction for dark themes --- app/assets/stylesheets/common/foundation/variables.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/common/foundation/variables.scss b/app/assets/stylesheets/common/foundation/variables.scss index f7a26de4bda..dd8edcb288a 100644 --- a/app/assets/stylesheets/common/foundation/variables.scss +++ b/app/assets/stylesheets/common/foundation/variables.scss @@ -199,16 +199,16 @@ $primary-very-low: dark-light-diff($primary, $secondary, 97%, -80%); $primary-low: dark-light-diff($primary, $secondary, 90%, -65%); $primary-low-mid: dark-light-diff($primary, $secondary, 70%, -45%); $primary-medium: dark-light-diff($primary, $secondary, 50%, -35%); -$primary-high: dark-light-diff($primary, $secondary, 30%, -10%); +$primary-high: dark-light-diff($primary, $secondary, 30%, -25%); //header_primary $header_primary-low: dark-light-diff($header_primary, $secondary, 90%, -65%); -$header_primary-medium: dark-light-diff($header_primary, $secondary, 50%, -20%); +$header_primary-medium: dark-light-diff($header_primary, $secondary, 50%, -35%); $header_primary-high: dark-light-diff( $header_primary, $header_background, 30%, - -10% + -25% ); //secondary