From 9768ed711241090529c874b52a4ee2a66cccd2f9 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 27 Mar 2017 00:24:06 +0200 Subject: White background for jumbotron (when not loading image). --- style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.scss b/style.scss index dca40de..a8405ef 100644 --- a/style.scss +++ b/style.scss @@ -15,7 +15,7 @@ body { .jumbotron { background-image: url('water-768745_1920.jpg'); background-position: center center; - background-color: #5bc0de; // "info" in slate theme + background-color: #fff; color: #000; } -- cgit v1.2.3