Was wondering if anyone knew how to change the navbar color in bootstrap v2.0.4
I tried this solution it does not seem to work: navbar color in Twitter Bootstrap
Extending @Traz super concise answer for LESS for people using twitter-bootstrap-rails gem
@navbarBackground: #c79810 ; @navbarBackgroundHighlight: #eab92d ; @navbarText: #f9ed9d ; @navbarLinkColor: #f9ed9d ; @navbarSearchPlaceholderColor: #EEC844 ;