summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss7
1 files changed, 5 insertions, 2 deletions
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