diff options
| author | Mark Otto <[email protected]> | 2012-08-21 14:53:23 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-21 14:53:34 -0700 |
| commit | 5d41742f170ad2722df34dcb337b83ade15d12cb (patch) | |
| tree | 20ac914db88a93208323d391bf1b0e5900144c33 /less | |
| parent | 8d00fe4c03bbb7ac45dbba06dc167bb713079fd3 (diff) | |
| download | bootstrap-5d41742f170ad2722df34dcb337b83ade15d12cb.tar.xz bootstrap-5d41742f170ad2722df34dcb337b83ade15d12cb.zip | |
fixes #4505: lighten navbar text and link color so hover looks darker
Diffstat (limited to 'less')
| -rw-r--r-- | less/variables.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/variables.less b/less/variables.less index 1b840a5dc..1bdacd7d4 100644 --- a/less/variables.less +++ b/less/variables.less @@ -158,8 +158,8 @@ @navbarBackground: darken(@navbarBackgroundHighlight, 5%); @navbarBorder: darken(@navbarBackground, 12%); -@navbarText: @gray; -@navbarLinkColor: @gray; +@navbarText: #777; +@navbarLinkColor: #777; @navbarLinkColorHover: @grayDark; @navbarLinkColorActive: @gray; @navbarLinkBackgroundHover: transparent; |
