mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Slightly darken the left nav captions
This commit is contained in:
parent
1ba882cf87
commit
0bd591e20c
@ -24,7 +24,6 @@
|
||||
padding: 0 $base-font-size
|
||||
|
||||
.wy-menu-vertical
|
||||
color: $menu-medium
|
||||
width: $nav-desktop-width
|
||||
|
||||
header, p.caption
|
||||
@ -264,6 +263,7 @@
|
||||
overflow-x: hidden
|
||||
overflow-y: hidden
|
||||
min-height: 100%
|
||||
color: $menu-medium
|
||||
background: $nav-background-color
|
||||
z-index: $z-index-popover
|
||||
|
||||
|
@ -32,7 +32,7 @@ $menu-vertical-background-color: $section-background-color
|
||||
// Menu text colors
|
||||
$menu-color: $gray
|
||||
$menu-dark: lighten($menu-color,10%) !default
|
||||
$menu-medium: lighten($menu-color,30%) !default
|
||||
$menu-medium: lighten($menu-color,27.5%) !default
|
||||
$menu-light: lighten($menu-color,45%) !default
|
||||
$menu-lighter: lighten($menu-color,60%) !default
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user