diff options
Diffstat (limited to 'style.scss')
-rw-r--r-- | style.scss | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -8,11 +8,14 @@ body { } .jumbotron { - background-color: $gray-lighter; + background-color: $color-jumbotron; } .well { - background-color: $brand-info; + background-color: $color-well; + .btn { + background-color: $color-well-button; + } } // fill width and height - with black edges as needed |