...
|
...
|
@@ -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;
|