diff options
-rw-r--r-- | style.scss | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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; |