How would I go about modifying the CSS to change the color of the navbar in Twitter Bootstrap?
It took me a while, but I discovered that including the following was what made it possible to change the navbar color:
.navbar{ background-image: none; }