1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-03 16:51:54 +02:00

Fixes #7721: change @navbar-text to @navbar-color, along with inverse options

This commit is contained in:
Mark Otto
2013-05-03 15:29:32 -07:00
parent a6f7f96a93
commit ee0789ff8f
3 changed files with 4 additions and 4 deletions

View File

@@ -166,7 +166,7 @@
// Basics of a navbar
@navbar-height: 50px;
@navbar-text: #777;
@navbar-color: #777;
@navbar-bg: #eee;
// Navbar links
@@ -184,7 +184,7 @@
@navbar-brand-hover-bg: transparent;
// Inverted navbar
@navbar-inverse-text: @gray-light;
@navbar-inverse-color: @gray-light;
@navbar-inverse-bg: #222;
// Inverted navbar links