Skip to content

Commit 0bd591e

Browse files
committed
Slightly darken the left nav captions
1 parent 1ba882c commit 0bd591e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sass/_theme_layout.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
padding: 0 $base-font-size
2525

2626
.wy-menu-vertical
27-
color: $menu-medium
2827
width: $nav-desktop-width
2928

3029
header, p.caption
@@ -264,6 +263,7 @@
264263
overflow-x: hidden
265264
overflow-y: hidden
266265
min-height: 100%
266+
color: $menu-medium
267267
background: $nav-background-color
268268
z-index: $z-index-popover
269269

sass/_theme_variables.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $menu-vertical-background-color: $section-background-color
3232
// Menu text colors
3333
$menu-color: $gray
3434
$menu-dark: lighten($menu-color,10%) !default
35-
$menu-medium: lighten($menu-color,30%) !default
35+
$menu-medium: lighten($menu-color,27.5%) !default
3636
$menu-light: lighten($menu-color,45%) !default
3737
$menu-lighter: lighten($menu-color,60%) !default
3838

0 commit comments

Comments
 (0)