Main CSS where? Searching for " .navbar-inverse " to change colour

navbar-inverse is a standard CSS class in the bootstrap Css.
If I were you I would create a css file called custom.css, place it in the correct directory and then place your color in there.

This way you are overriding your css with your custom settings