Skip to content

Commit

Permalink
changed sidebar content color so that it does not all change color on…
Browse files Browse the repository at this point in the history
… hover.
  • Loading branch information
Horea Christian committed Nov 1, 2013
1 parent e01dc8a commit a94e02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .themes/classic/sass/base/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a94e02b

Please sign in to comment.