mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Use lighter color for sidebar captions
This commit is contained in:
parent
aedfa62f46
commit
b2ddb25751
@ -35,7 +35,7 @@
|
||||
font-weight: bold
|
||||
text-transform: uppercase
|
||||
font-size: 80%
|
||||
color: $menu-color
|
||||
color: $menu-dark
|
||||
white-space: nowrap
|
||||
|
||||
ul
|
||||
|
@ -17,7 +17,7 @@ $class-color: $blue
|
||||
$method-color: $gray
|
||||
|
||||
// GUI label color
|
||||
$guilabel-color: $blue
|
||||
$guilabel-color: $blue
|
||||
|
||||
// Footer colors
|
||||
$footer-color: $gray-light
|
||||
@ -27,7 +27,7 @@ $menu-vertical-background-color: $section-background-color
|
||||
|
||||
// Menu text colors
|
||||
$menu-color: $gray
|
||||
$menu-dark: lighten($menu-color,15%) !default
|
||||
$menu-dark: lighten($menu-color,10%) !default
|
||||
$menu-medium: lighten($menu-color,25%) !default
|
||||
$menu-light: lighten($menu-color,45%) !default
|
||||
$menu-lighter: lighten($menu-color,60%) !default
|
||||
|
Loading…
Reference in New Issue
Block a user