From d756b861326305f9c4fc5fd87cd739667717afb7 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 3 Apr 2017 13:06:04 +0200 Subject: Colorize backgrounds of jumbotron and well. --- style.scss | 8 ++++++++ 1 file changed, 8 insertions(+) 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; -- cgit v1.2.3