Browse code

Removed redeclaration of sidebar-border.

Aditya Shevade authored on 13/12/2011 at 05:31:21
Showing 1 changed files
... ...
@@ -41,7 +41,7 @@ $sidebar-link-color-hover: $link-color-hover !default;
41 41
 $sidebar-link-color-active: $link-color-active !default;
42 42
 $sidebar-color: change-color(mix($text-color, $sidebar-bg, 80), $hue: hue($sidebar-bg), $saturation: saturation($sidebar-bg)/2) !default;
43 43
 $sidebar-border: desaturate(darken($sidebar-bg, 7), 10) !default;
44
-$sidebar-border: darken($sidebar-bg, 7) !default;
44
+$sidebar-border-hover: darken($sidebar-bg, 7) !default;
45 45
 $sidebar-link-color-subdued: lighten($sidebar-color, 20) !default;
46 46
 $sidebar-link-color-subdued-hover: $sidebar-link-color-hover !default;
47 47
 $twitter-status-link: lighten($sidebar-link-color-subdued, 15) !default;