diff options
-rw-r--r-- | style.scss | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,11 +13,11 @@ body { } .jumbotron { - background-color: $brand-info; + background-color: $gray-lighter; } .well { - background-color: $gray-lighter; + background-color: $brand-info; } // fill width and height - with black edges as needed |