diff options
| author | Mark Otto <[email protected]> | 2013-12-07 11:34:03 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-07 11:34:03 -0800 |
| commit | 94a5413ec7fb90c1340f1243869274c36d308cb0 (patch) | |
| tree | 402e36d993629fcbf1ef606fc65c5368696b29ee /less | |
| parent | 4b84acb9a4a441786766c588bc5455eeaf90e334 (diff) | |
| parent | 78b43d4c99c5b091980a977656a378f6c46c7c16 (diff) | |
| download | bootstrap-94a5413ec7fb90c1340f1243869274c36d308cb0.tar.xz bootstrap-94a5413ec7fb90c1340f1243869274c36d308cb0.zip | |
Merge pull request #11757 from ZDroid/darken-toggle
Darken navbar toggle icon bar to meet WCAG
Diffstat (limited to 'less')
| -rw-r--r-- | less/variables.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/variables.less b/less/variables.less index 8b5f2184d..5b2e9044f 100644 --- a/less/variables.less +++ b/less/variables.less @@ -286,7 +286,7 @@ // Navbar toggle @navbar-default-toggle-hover-bg: #ddd; -@navbar-default-toggle-icon-bar-bg: #ccc; +@navbar-default-toggle-icon-bar-bg: #888; @navbar-default-toggle-border-color: #ddd; |
