Skip to content

Commit

Permalink
Merge pull request imathis#1406 from TheChymera/master
Browse files Browse the repository at this point in the history
changed sidebar content color so that it does not all change color on hover
  • Loading branch information
parkr committed Nov 18, 2013
2 parents b57935d + a94e02b commit 133921e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .themes/classic/sass/base/_theme.scss
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 133921e

Please sign in to comment.