summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-04-03 13:06:04 +0200
committerJonas Smedegaard <dr@jones.dk>2017-04-03 13:06:04 +0200
commitd756b861326305f9c4fc5fd87cd739667717afb7 (patch)
treead586858e03d99fecc3cb44ec1edd4979720480d
parent9a695530718420f63917a6c0c141d08336d013c9 (diff)
Colorize backgrounds of jumbotron and well.
-rw-r--r--style.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/style.scss b/style.scss
index 89c2bb7..c17a8dc 100644
--- a/style.scss
+++ b/style.scss
@@ -12,6 +12,14 @@ body {
display: none;
}
+.jumbotron {
+ background-color: $brand-info;
+}
+
+.well {
+ background-color: $gray;
+}
+
// fill width and height - with black edges as needed
.videocontainer {
position: absolute;