Update _dai_variables.scss

pull/2031/head
maxgrapps 6 years ago committed by GitHub
parent 23db774998
commit ca9e5a7e6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      apps/block_scout_web/assets/css/theme/_dai_variables.scss

@ -7,7 +7,7 @@ $additional-font: #ffffff;
// footer
$footer-background-color: $primary;
$footer-title-color: #fff;
$footer-text-color: $secondary;
$footer-text-color: #909dab;
$footer-item-disc-color: $tertiary;
.footer-logo { filter: brightness(0) invert(1); }
@ -46,5 +46,5 @@ $btn-qr-color: $primary; // btn qr-code
} // tab active bg
// card
$card-background-1: $secondary;
$card-tab-active: $secondary;
$card-background-1: #1b395c;
$card-tab-active: $tertiary;

Loading…
Cancel
Save