How would I go about modifying the CSS to change the color of the navbar in Twitter Bootstrap?
Try this too. This worked for me.
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { background-color: #00a950; color: #000000; }