From 28527c1840a521fbbb2ec099d03afa4f1bae6f0a Mon Sep 17 00:00:00 2001 From: "Mr. Stallion" Date: Fri, 1 Jan 2021 18:34:08 -0600 Subject: [PATCH] Fixed unicorn match color --- scss/_rising.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scss/_rising.scss b/scss/_rising.scss index e52bc45..84e9a52 100644 --- a/scss/_rising.scss +++ b/scss/_rising.scss @@ -1,4 +1,6 @@ $risingVariables: ( + scoreUnicornMatchBg: #{$scoreUnicornMatchBg}, + scoreUnicornMatchFg: #{$scoreUnicornMatchFg}, scoreMatchBg: #{$scoreMatchBg}, scoreMatchFg: #{$scoreMatchFg}, scoreWeakMatchBg: #{$scoreWeakMatchBg}, @@ -12,6 +14,8 @@ $risingVariables: ( scoreMinimizeButtonBg: #{$scoreMinimizeButtonBg}, scoreReportBg: #{$scoreReportBg}, + scoreFadedUnicornMatchBg: #{$scoreFadedUnicornMatchBg}, + scoreFadedUnicornMatchFg: #{$scoreFadedUnicornMatchFg}, scoreFadedMatchBg: #{$scoreFadedMatchBg}, scoreFadedMatchFg: #{$scoreFadedMatchFg}, scoreFadedWeakMatchBg: #{$scoreFadedWeakMatchBg},