diff options
| author | Mark Otto <[email protected]> | 2013-05-03 15:29:32 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-03 15:29:32 -0700 |
| commit | ee0789ff8f7ac0c60d8f326894fef5fd9db90adc (patch) | |
| tree | 64c3442bf41aaab5d9703d1989d5d12e7478c624 /less/variables.less | |
| parent | a6f7f96a93a650fc7e71337c836f0221433b65f2 (diff) | |
| download | bootstrap-ee0789ff8f7ac0c60d8f326894fef5fd9db90adc.tar.xz bootstrap-ee0789ff8f7ac0c60d8f326894fef5fd9db90adc.zip | |
Fixes #7721: change @navbar-text to @navbar-color, along with inverse options
Diffstat (limited to 'less/variables.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 6cd5b2a48..37d51e16e 100644 --- a/less/variables.less +++ b/less/variables.less @@ -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 |
