Skip to content

Commit

Permalink
(less) fixes twbs#4505: lighten navbar text and link color so hover l…
Browse files Browse the repository at this point in the history
…ooks darker
  • Loading branch information
mdo committed Aug 21, 2012
1 parent ebd0974 commit 3d6f1fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3d6f1fd

Please sign in to comment.