changed sidebar content color so that it does not all change color on hover.

This commit is contained in:
Horea Christian 2013-11-01 05:28:26 +01:00
parent e01dc8ae27
commit a94e02b6ed
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ $nav-border-right: lighten($nav-bg, 7) !default;
/* Sidebar colors */
$sidebar-bg: #f2f2f2 !default;
$sidebar-link-color: $link-color !default;
$sidebar-link-color: $text-color !default;
$sidebar-link-color-hover: $link-color-hover !default;
$sidebar-link-color-active: $link-color-active !default;
$sidebar-color: change-color(mix($text-color, $sidebar-bg, 80), $hue: hue($sidebar-bg), $saturation: saturation($sidebar-bg)/2) !default;