I am using the bootstrap-sass gem (Bootstrap 3.0) by Thomas McDonald. I\'ve followed the Bootstrap and Rails tutorial by Daniel Kehoe.
bootstrap-sass
I have
You can override variables by simply redefining the variable before the @import directive.
@import
For example:
$navbar-default-bg: #312312; $light-orange: #ff8c00; $navbar-default-color: $light-orange; @import "bootstrap";