From c335e88246cff2d28b5a8ec490aa16e6b061bf12 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 3 Apr 2017 13:57:36 +0200 Subject: Swap background colors. --- style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.scss b/style.scss index 29500e1..b865056 100644 --- a/style.scss +++ b/style.scss @@ -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 -- cgit v1.2.3