From 9945d43a5bc5e6495ac443293405032eccdf5b4c Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Thu, 28 Jul 2016 09:51:08 -0400 Subject: [PATCH] changed settings.scss --- root/scss/_settings.scss | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/root/scss/_settings.scss b/root/scss/_settings.scss index 6afb730..1e9f3f9 100644 --- a/root/scss/_settings.scss +++ b/root/scss/_settings.scss @@ -1409,9 +1409,9 @@ $small-font-color: scale-color($header-font-color, $lightness: 35%); $topbar-link-font-size: rem-calc(20); // $topbar-link-hover-lightness: -10%; // Darken by 10% // $topbar-link-bg: $topbar-bg; - $topbar-link-bg-hover: $d-blue; - $topbar-link-bg-color-hover: $d-blue; - $topbar-link-bg-active: $white; +// $topbar-link-bg-hover: $d-blue; +// $topbar-link-bg-color-hover: $d-blue; +// $topbar-link-bg-active: $white; // $topbar-link-bg-active-hover: scale-color($primary-color, $lightness: -14%); // $topbar-link-font-family: $body-font-family; // $topbar-link-text-transform: none; @@ -1422,11 +1422,11 @@ $small-font-color: scale-color($header-font-color, $lightness: 35%); // $topbar-button-top: 7px; // Style the top bar dropdown elements - $topbar-dropdown-bg: $white; - $topbar-dropdown-link-color: $black; - $topbar-dropdown-link-color-hover: $green; - $topbar-dropdown-link-bg: $white; - $topbar-dropdown-link-bg-hover: $white; +// $topbar-dropdown-bg: $white; +// $topbar-dropdown-link-color: $black; +// $topbar-dropdown-link-color-hover: $green; +// $topbar-dropdown-link-bg: $white; +// $topbar-dropdown-link-bg-hover: $white; // $topbar-dropdown-link-weight: $font-weight-normal; // $topbar-dropdown-toggle-size: 5px; // $topbar-dropdown-toggle-color: $white; -- 2.17.1