From ca9e5a7e6cc3e275ce5bc3d1e17834342bb03837 Mon Sep 17 00:00:00 2001 From: maxgrapps <50101080+maxgrapps@users.noreply.github.com> Date: Mon, 27 May 2019 12:01:52 +0300 Subject: [PATCH] Update _dai_variables.scss --- apps/block_scout_web/assets/css/theme/_dai_variables.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/block_scout_web/assets/css/theme/_dai_variables.scss b/apps/block_scout_web/assets/css/theme/_dai_variables.scss index f512500737..128bd4db9a 100644 --- a/apps/block_scout_web/assets/css/theme/_dai_variables.scss +++ b/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;