From 8ad74dc2e0f018833a3013643c26fcee19468994 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 3 Apr 2017 18:34:11 +0200 Subject: Adjust colors. --- partials/_base.scss | 3 +++ style.scss | 7 +++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/partials/_base.scss b/partials/_base.scss index 6c6ec85..e216f39 100644 --- a/partials/_base.scss +++ b/partials/_base.scss @@ -4,6 +4,9 @@ // Variables // -------------------------------------------------- +$color-jumbotron: #7e9dc2; +$color-well: #dbdcdd; +$color-well-button: #aebdce; //== Colors // diff --git a/style.scss b/style.scss index 0f29124..d8de535 100644 --- a/style.scss +++ b/style.scss @@ -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 -- cgit v1.2.3