(fix) dashboard market cap / price colors

pull/2090/head
Gabriel Rodriguez Alsina 6 years ago
parent 07abad72e5
commit 1bb1ad2dc7
  1. 3
      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

Loading…
Cancel
Save