summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-04-03 13:57:36 +0200
committerJonas Smedegaard <dr@jones.dk>2017-04-03 13:57:36 +0200
commitc335e88246cff2d28b5a8ec490aa16e6b061bf12 (patch)
tree70119bc6883d60bf7cb3bab37dc37c09895d2431
parent06bad034f853d2d31ad7ff9dccd1c1864a339c08 (diff)
Swap background colors.
-rw-r--r--style.scss4
1 files 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