From 0092c71061fc9f3332bf0e7f5289bfc6a2ab996d Mon Sep 17 00:00:00 2001 From: Gabriel Rodriguez Alsina Date: Wed, 10 Apr 2019 14:47:24 -0300 Subject: [PATCH] (fix) header's link color --- apps/block_scout_web/assets/css/theme/_lukso_variables.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/block_scout_web/assets/css/theme/_lukso_variables.scss b/apps/block_scout_web/assets/css/theme/_lukso_variables.scss index 09c3f3fef3..c011f32c10 100644 --- a/apps/block_scout_web/assets/css/theme/_lukso_variables.scss +++ b/apps/block_scout_web/assets/css/theme/_lukso_variables.scss @@ -5,6 +5,8 @@ $tertiary: #00ff00; $dashboard-banner-gradient-start: #fdb8aa; $dashboard-banner-gradient-end: $secondary; +$header-links-color-active: #333; + $tile-type-block-color: $secondary; $navbar-logo-height: 18px;