Skip to content

Commit 11bdf8a

Browse files
committed
Removed redeclaration of sidebar-border.
1 parent 78242e3 commit 11bdf8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.themes/classic/sass/base/_theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $sidebar-link-color-hover: $link-color-hover !default;
4141
$sidebar-link-color-active: $link-color-active !default;
4242
$sidebar-color: change-color(mix($text-color, $sidebar-bg, 80), $hue: hue($sidebar-bg), $saturation: saturation($sidebar-bg)/2) !default;
4343
$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;
4545
$sidebar-link-color-subdued: lighten($sidebar-color, 20) !default;
4646
$sidebar-link-color-subdued-hover: $sidebar-link-color-hover !default;
4747
$twitter-status-link: lighten($sidebar-link-color-subdued, 15) !default;

0 commit comments

Comments
 (0)