Change navbar color in twitter bootstrap 2.0.4

前端 未结 6 776
情歌与酒
情歌与酒 2020-12-12 13:48

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

6条回答
  •  失恋的感觉
    2020-12-12 14:24

    Extending @Traz super concise answer for LESS for people using twitter-bootstrap-rails gem

    @navbarBackground:                #c79810 ;
    @navbarBackgroundHighlight:       #eab92d ;
    @navbarText:                      #f9ed9d ;
    @navbarLinkColor:                 #f9ed9d ;
    @navbarSearchPlaceholderColor:    #EEC844 ;
    

提交回复
热议问题