Skip to content

Commit

Permalink
Changing twbs#777 -> #454545
Browse files Browse the repository at this point in the history
  • Loading branch information
avolkov committed Oct 27, 2015
1 parent 2853d72 commit 2a9f4f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@gray-darker: lighten(@gray-base, 13.5%); // #222
@gray-dark: lighten(@gray-base, 20%); // #333
@gray: lighten(@gray-base, 33.5%); // #555
@gray-light: lighten(@gray-base, 46.7%); // #777
@gray-light: lighten(@gray-base, 69.0%); // #454545
@gray-lighter: lighten(@gray-base, 93.5%); // #eee

@brand-primary: darken(#3276b1, 6.5%); // #337ab7
Expand Down Expand Up @@ -364,12 +364,12 @@
@navbar-padding-vertical: ((@navbar-height - @line-height-computed) / 2);
@navbar-collapse-max-height: 21.25em; /* 340/16 */

@navbar-default-color: #777;
@navbar-default-color: #454545;
@navbar-default-bg: #f8f8f8;
@navbar-default-border: darken(@navbar-default-bg, 6.5%);

// Navbar links
@navbar-default-link-color: #777;
@navbar-default-link-color: #454545;
@navbar-default-link-hover-color: #333;
@navbar-default-link-hover-bg: transparent;
@navbar-default-link-active-color: #555;
Expand Down

0 comments on commit 2a9f4f4

Please sign in to comment.