From 1bb1ad2dc71b0753c95342e6c75639116f369291 Mon Sep 17 00:00:00 2001 From: Gabriel Rodriguez Alsina Date: Mon, 3 Jun 2019 13:15:55 -0300 Subject: [PATCH] (fix) dashboard market cap / price colors --- .../assets/css/theme/_ethereum_classic_variables.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/block_scout_web/assets/css/theme/_ethereum_classic_variables.scss b/apps/block_scout_web/assets/css/theme/_ethereum_classic_variables.scss index 490ae2376b..6a26d25696 100644 --- a/apps/block_scout_web/assets/css/theme/_ethereum_classic_variables.scss +++ b/apps/block_scout_web/assets/css/theme/_ethereum_classic_variables.scss @@ -12,7 +12,8 @@ $footer-item-disc-color: $tertiary; .footer-logo { filter: brightness(0) invert(1); } // dashboard -$dashboard-line-color-price: $tertiary; // price left border +$dashboard-line-color-price: $secondary; +$dashboard-line-color-market: $tertiary; $dashboard-banner-chart-legend-value-color: $additional-font; // chart labels