From a5e887506aa83630d713a6aa2b8aa9048f326f86 Mon Sep 17 00:00:00 2001 From: HELYX-OS Development Team Date: Wed, 20 Jan 2016 16:26:43 -0600 Subject: [PATCH] Update _01_settings_colors.scss --- _sass/_01_settings_colors.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/_sass/_01_settings_colors.scss b/_sass/_01_settings_colors.scss index 8015fb2..89c438b 100644 --- a/_sass/_01_settings_colors.scss +++ b/_sass/_01_settings_colors.scss @@ -73,24 +73,24 @@ $grey-16: #0B0B0B; $topbar-bg-color: #fff; -$topbar-dropdown-toggle-color: $ci-1; +$topbar-dropdown-toggle-color: $ci-0; $topbar-link-color: #000; $topbar-link-color-hover: #000; $topbar-link-color-active: #000; $topbar-link-color-active-hover: #000; -$topbar-dropdown-label-color: $ci-2; -$topbar-dropdown-link-bg-hover: $ci-6; +$topbar-dropdown-label-color: $ci-0; +$topbar-dropdown-link-bg-hover: $ci-5; $topbar-link-bg-active: $ci-0; // Active Navigation Link $topbar-link-bg-hover: $ci-5; $topbar-link-bg-active-hover: $ci-0; -$topbar-dropdown-bg: $ci-6; // Background Mobile Navigation +$topbar-dropdown-bg: $ci-5; // Background Mobile Navigation $topbar-dropdown-link-color: #000; -$topbar-dropdown-link-bg: $ci-2; +$topbar-dropdown-link-bg: $ci-0; $topbar-menu-link-color-toggled: $ci-0; $topbar-menu-icon-color-toggled: $ci-0; @@ -106,7 +106,7 @@ $topbar-menu-icon-color-toggled: $ci-5; $footer-bg: $grey-8; $footer-color: #fff; -$footer-link-color: $ci-5; +$footer-link-color: $ci-0; $subfooter-bg: $grey-13;